Skip to content
This repository has been archived by the owner on Mar 15, 2020. It is now read-only.

Commit

Permalink
ci(Travis): fix incorrect coverage gathering
Browse files Browse the repository at this point in the history
  • Loading branch information
Comandeer committed Jun 29, 2019
1 parent 8e23da5 commit 5cd005b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ install:
- npm install
- npm install --global npx
script: npm test
after_success: if [ '$TRAVIS_OS_NAME' = 'linux' ]; then npm run coverage; fi
after_success: npm run coverage

0 comments on commit 5cd005b

Please sign in to comment.