Skip to content

Commit

Permalink
Fixing test ifles
Browse files Browse the repository at this point in the history
  • Loading branch information
gpedro committed Nov 3, 2015
1 parent b05611b commit 582d34e
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,5 +7,5 @@ before_script:
- npm install -g mocha
- npm install -g codeclimate-test-reporter
after_success:
- NODE_ENV=test LOG_LV=info istanbul cover _mocha -- -R spec test/node.js --timeout 20000
- NODE_ENV=test LOG_LV=info istanbul cover _mocha -- -R spec test/test.js --timeout 20000
- codeclimate < ./coverage/lcov.info

0 comments on commit 582d34e

Please sign in to comment.