Skip to content

Commit

Permalink
Merge 8674481 into cb58351
Browse files Browse the repository at this point in the history
  • Loading branch information
abetomo committed Jul 23, 2018
2 parents cb58351 + 8674481 commit 11cd075
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: node_js
node_js:
- "5.3"
- "5.0"
- "4.1"
- "4.0"
- "0.12"
- "10"
- "8"
- "6"
after_script: '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 11cd075

Please sign in to comment.