Skip to content

Commit 6fffa4b

Browse files
committed
Merge pull request #546 from sethkinast/node-0.12
Add Travis test targets for node 0.12 and iojs
2 parents a447bea + 6529be6 commit 6fffa4b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
11
language: node_js
22
node_js:
3+
- "0.12"
34
- "0.10"
45
- "0.8"
6+
- "iojs-v1.4"
57
env:
68
- TEST="all"
79
- TEST="node"
810
matrix:
911
exclude:
12+
- node_js: "iojs-v1.4"
13+
env: TEST="node"
14+
- node_js: "0.12"
15+
env: TEST="node"
1016
- node_js: "0.10"
1117
env: TEST="node"
1218
- node_js: "0.8"
1319
env: TEST="all"
1420
notifications:
1521
email:
16-
17-
18-
1922
2023
2124
before_install:

0 commit comments

Comments
 (0)