We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c86d46f + 9520a75 commit 2d1a1a5Copy full SHA for 2d1a1a5
.travis.yml
@@ -0,0 +1,11 @@
1
+language: node_js
2
+node_js:
3
+ - '0.8'
4
+ - '0.10'
5
+ - '0.12'
6
+ - 'iojs-v1.3'
7
+
8
+sudo: false
9
10
+before_install:
11
+ - npm install --global npm@latest
0 commit comments