Skip to content

Commit

Permalink
try to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewCallis committed Mar 4, 2015
1 parent 5fa8d79 commit dc15a0c
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 @@ -8,6 +8,7 @@ node_js:
env:
- CODECLIMATE_REPO_TOKEN=9ffe8abc7638fd859bf081174225ff9846ee5a476c8793bd4e8cc3ec90dae358
before_script:
- npm install -g mocha
- npm install -g istanbul
- npm install -g codeclimate-test-reporter
script:
Expand All @@ -16,7 +17,7 @@ script:
- istanbul cover _mocha -- test/*_spec.js -R spec
after_script:
- cat coverage/lcov.info | codeclimate
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
addons:
code_climate:
repo_token: 9ffe8abc7638fd859bf081174225ff9846ee5a476c8793bd4e8cc3ec90dae358

0 comments on commit dc15a0c

Please sign in to comment.