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 Jun 25, 2015
1 parent 168a315 commit b6f4f24
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Expand Up @@ -3,11 +3,7 @@ node_js:
- "0.6"
- "0.8"
- "0.10"
- "0.11"
matrix:
allow_failures:
- node_js: "0.11"
fast_finish: true
- "0.12"
sudo: false
before_install:
# Setup Node.js version-specific dependencies
Expand Down

0 comments on commit b6f4f24

Please sign in to comment.