Skip to content

Commit 32b6749

Browse files
committed
run travis on node-0.12 & iojs
1 parent c4a003c commit 32b6749

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
language: node_js
2+
sudo: false
23
node_js:
34
- '0.8'
45
- '0.10'
6+
- "0.12"
7+
- "iojs"
58
install:
6-
- npm install npm@1.4 -g
9+
- npm install npm@latest -g
710
- npm install

0 commit comments

Comments
 (0)