Stop testing on Node 0.6; npm that supports the ^ operator will not run there.

This commit is contained in:
James Coglan
2014-09-07 21:40:59 +01:00
parent 04a68797f0
commit 456b76ec71
+1 -2
View File
@@ -1,7 +1,6 @@
language: node_js
node_js:
- "0.6"
- "0.8"
- "0.10"
- "0.11"
@@ -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 npm@1.2.8000 || true ; done
- test $TRAVIS_NODE_VERSION = '0.8' && npm install -g npm@1.2.8000 || true
before_script:
- make