We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4a003c commit 32b6749Copy full SHA for 32b6749
.travis.yml
@@ -1,7 +1,10 @@
1
language: node_js
2
+sudo: false
3
node_js:
4
- '0.8'
5
- '0.10'
6
+ - "0.12"
7
+ - "iojs"
8
install:
- - npm install npm@1.4 -g
9
+ - npm install npm@latest -g
10
- npm install
0 commit comments