Skip to content

Commit

Permalink
Change node version in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dvonlehman committed Aug 1, 2016
1 parent 12f23d4 commit a2bea52
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
language: node_js
node_js:
- "0.10"
- "0.11"
matrix:
allow_failures:
- node_js: "0.11"
fast_finish: true
- "4"
script: "npm run-script test-travis"
after_script: "npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls"

0 comments on commit a2bea52

Please sign in to comment.