Skip to content

Commit

Permalink
Stop testing on Node 0.6; npm that supports the ^ operator will not r…
Browse files Browse the repository at this point in the history
…un there.
  • Loading branch information
jcoglan committed Sep 7, 2014
1 parent 04a6879 commit 456b76e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: node_js

node_js:
- "0.6"
- "0.8"
- "0.10"
- "0.11"
Expand All @@ -10,7 +9,7 @@ services:
- redis-server

before_install:
- for v in 0.6 0.8 ; do test $TRAVIS_NODE_VERSION = "$v" && npm install -g [email protected] || true ; done
- test $TRAVIS_NODE_VERSION = '0.8' && npm install -g [email protected] || true

before_script:
- make
Expand Down

0 comments on commit 456b76e

Please sign in to comment.