Skip to content

Commit 68b29b1

Browse files
committed
Test on io.js v2.1
1 parent a21d537 commit 68b29b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
language: node_js
22
node_js:
3+
- "iojs-v2.1"
4+
- "iojs-v2.0"
35
- "iojs-v1.8"
46
- "iojs-v1.7"
57
- "iojs-v1.6"
@@ -22,6 +24,8 @@ sudo: false
2224
matrix:
2325
fast_finish: true
2426
allow_failures:
27+
- node_js: "iojs-v2.0"
28+
- node_js: "iojs-v1.7"
2529
- node_js: "iojs-v1.6"
2630
- node_js: "iojs-v1.5"
2731
- node_js: "iojs-v1.4"

0 commit comments

Comments
 (0)