Skip to content

Commit 0374bf7

Browse files
committed
Update travis to use nodejs 4.0 and 4.1
1 parent 61ee69d commit 0374bf7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ cache:
44
directories:
55
- node_modules
66
node_js:
7+
- "4.1"
8+
- "4.0"
79
- "0.12"
810
- "0.11"
911
- "0.10"
1012
- "iojs"
11-
- "iojs-v1.0.4"
1213
after_success:
1314
- codeclimate-test-reporter < coverage/lcov.info

0 commit comments

Comments
 (0)