Skip to content

Commit

Permalink
Remove EOL's Node.js from travis settings
Browse files Browse the repository at this point in the history
  • Loading branch information
abetomo committed Jul 23, 2018
1 parent 4105598 commit 8674481
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,4 @@ node_js:
- "10"
- "8"
- "6"
- "5.3"
- "5.0"
- "4.1"
- "4.0"
- "0.12"
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 8674481

Please sign in to comment.