Skip to content

Commit 08b476e

Browse files
committed
Test on io.js v2.2
1 parent cc6983d commit 08b476e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: node_js
22
node_js:
3+
- "iojs-v2.2"
34
- "iojs-v2.1"
45
- "iojs-v2.0"
56
- "iojs-v1.8"
@@ -19,11 +20,12 @@ node_js:
1920
- "0.6"
2021
- "0.4"
2122
before_install:
22-
- '[ "${TRAVIS_NODE_VERSION}" == "0.6" ] || npm install -g npm@~1.4.6'
23+
- '[ "${TRAVIS_NODE_VERSION}" = "0.6" ] || npm install -g npm@1.4.28 && npm install -g npm'
2324
sudo: false
2425
matrix:
2526
fast_finish: true
2627
allow_failures:
28+
- node_js: "iojs-v2.1"
2729
- node_js: "iojs-v2.0"
2830
- node_js: "iojs-v1.7"
2931
- node_js: "iojs-v1.6"

0 commit comments

Comments
 (0)