Skip to content

Commit

Permalink
Fix Travis CI sending to Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavin001 committed Feb 13, 2018
1 parent 2a6405f commit e14f813
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ notifications:
on_success: never
on_failure: change
after_success:
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'
- npm install nyc
- ./node_modules/.bin/nyc report --temp-directory=coverage --reporter=text-lcov | ./node_modules/.bin/coveralls

0 comments on commit e14f813

Please sign in to comment.