Skip to content

Commit

Permalink
fixed travis build error for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
rofrischmann committed Sep 14, 2016
1 parent 7c4d1e7 commit 338a5a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ node_js:
- "5"
script:
- npm test
- npm run coverage
addons:
code_climate:
repo_token: 5940bda1e073ebbb48c7e1e1fce02d627515c8c5e76915fa08dcccbfbee67f98
after_script:
- codeclimate-test-reporter < coverage/lcov.info
notifications:
email: false

0 comments on commit 338a5a9

Please sign in to comment.