Skip to content

Commit

Permalink
Remove testing for NodeJs 0.10.0—0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simison authored Jul 24, 2017
1 parent 1d6f893 commit f432365
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "6"
- "8"
matrix:
fast_finish: true
allow_failures:
- node_js: '4'
- node_js: '6'
- node_js: '8'
script: "npm run-script test-travis"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"

0 comments on commit f432365

Please sign in to comment.