Skip to content

Commit

Permalink
Disable node 0.6 on Travis CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Jan 30, 2014
1 parent ff7a40c commit 27b8e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: "node_js"
node_js:
- "0.10"
- "0.8"
- "0.6"
# - "0.6"
- "0.4"

before_install:
Expand Down

0 comments on commit 27b8e58

Please sign in to comment.