Skip to content

Commit

Permalink
Run npm test in verbose for coveralls, too.
Browse files Browse the repository at this point in the history
  • Loading branch information
alinex committed Oct 4, 2016
1 parent eb64905 commit 154c9c0
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 @@ -8,7 +8,7 @@ node_js:

# coveralls integration
after_success:
- COVERALLS_SERVICE_NAME=travis-ci COVERALLS_REPO_TOKEN=1HqlyCElqiDyQCEeSEGd9qC18iSeZYle2 node_modules/.bin/builder test --coveralls
- COVERALLS_SERVICE_NAME=travis-ci COVERALLS_REPO_TOKEN=1HqlyCElqiDyQCEeSEGd9qC18iSeZYle2 node_modules/.bin/builder test --coveralls -vvv

# Fix the c++ compiler on Ubuntu 14.04
env:
Expand Down

0 comments on commit 154c9c0

Please sign in to comment.