Skip to content

Commit

Permalink
Fix coveralls.io reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardSergeev committed May 4, 2020
1 parent 4b22338 commit 77d76ee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
- os: osx
if: branch = master

script:
- npm install && npm run coverage
script: npm install && npm test

after_success: npm run coveralls

cache: npm

Expand Down

0 comments on commit 77d76ee

Please sign in to comment.