Skip to content

Commit

Permalink
build: support Node.js 0.12
Browse files Browse the repository at this point in the history
closes #2538
  • Loading branch information
dougwilson committed Feb 18, 2015
1 parent f22937f commit e1057bd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Expand Up @@ -2,11 +2,7 @@ language: node_js
node_js:
- "0.8"
- "0.10"
- "0.11"
matrix:
allow_failures:
- node_js: "0.11"
fast_finish: true
- "0.12"
sudo: false
script: "npm run-script test-travis"
after_script: "npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls"

0 comments on commit e1057bd

Please sign in to comment.