Skip to content

Commit

Permalink
fix(test): pipe to coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
chaos358 committed May 22, 2018
1 parent d167100 commit 18b1322
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 @@ -7,7 +7,7 @@ cache:
script:
- npm run docs
before_deploy:
- npm run test --coveralls || travis_terminate 1
- npm run test:coveralls || travis_terminate 1
- npm run build
deploy:
- provider: pages
Expand Down

0 comments on commit 18b1322

Please sign in to comment.