Skip to content

Commit

Permalink
build: support Node.js 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Mar 16, 2015
1 parent 9236741 commit 65f634e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ language: node_js
node_js:
- "0.8"
- "0.10"
- "0.11"
matrix:
allow_failures:
- node_js: "0.11"
fast_finish: true
- "0.12"
script: "npm run-script test-travis"
after_script: "npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls"

0 comments on commit 65f634e

Please sign in to comment.