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 bb2168a + 2d1a1a5 commit 80cb3abCopy full SHA for 80cb3ab
.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