Skip to content

Commit 3148943

Browse files
committed
updated to test on nodejs 4
updated as part of #92, removing iojs and adding in node.js 4.0, 4.1
1 parent a7bea3c commit 3148943

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- 'iojs'
4+
- '4.1'
5+
- '4.0'
56
- '0.12'
67
- '0.10'
78
after_script:

0 commit comments

Comments
 (0)