Skip to content

Commit a1c237d

Browse files
committed
Run travis-ci tests on iojs and node v0.12; speed up builds; allow 0.8 failures.
1 parent 0d6dac8 commit a1c237d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
language: node_js
22
node_js:
3+
- "iojs-v1.1"
4+
- "iojs-v1.0"
5+
- "0.12"
36
- "0.11"
47
- "0.10"
58
- "0.9"
@@ -14,5 +17,7 @@ matrix:
1417
allow_failures:
1518
- node_js: "0.11"
1619
- node_js: "0.9"
20+
- node_js: "0.8"
1721
- node_js: "0.6"
1822
- node_js: "0.4"
23+
sudo: false

0 commit comments

Comments
 (0)