Skip to content

Commit

Permalink
fix error of coveralls by moving coverage uploading to after_success
Browse files Browse the repository at this point in the history
  • Loading branch information
german1608 committed Sep 24, 2020
1 parent 50c96e4 commit 873b983
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ addons:
if: branch IN (master, develop)
script:
- npm test
after_success:
- npm run upload-coverage
before_install:
- openssl aes-256-cbc -K $encrypted_cfeaf5955b9b_key -iv $encrypted_cfeaf5955b9b_iv
Expand Down

0 comments on commit 873b983

Please sign in to comment.