Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
NelsonPereira1991 committed Mar 2, 2017
1 parent cd3c26e commit ab0d3d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
node_js:
- "6.1"
- "iojs"

after_script: NODE_ENV=test istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage

0 comments on commit ab0d3d9

Please sign in to comment.