Skip to content

Commit

Permalink
Adding coverage analysis to command
Browse files Browse the repository at this point in the history
  • Loading branch information
andyfleming committed Nov 25, 2017
1 parent d264f7c commit 442ff25
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 @@ -6,4 +6,4 @@ node_js:
- "7"
- "6"

after_success: '[[ "$TRAVIS_NODE_VERSION" == "9" ]] && ./node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'
after_success: '[[ "$TRAVIS_NODE_VERSION" == "9" ]] && ./node_modules/.bin/nyc npm test && ./node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'

0 comments on commit 442ff25

Please sign in to comment.