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.
1 parent ba785d0 commit 3629ad4Copy full SHA for 3629ad4
.travis.yml
@@ -0,0 +1,10 @@
1
+language: node_js
2
+node_js:
3
+ - "0.12"
4
+ - "iojs"
5
+ - "iojs-v1.0.4"
6
+
7
8
+before_script:
9
+ - npm install -g gulp
10
+script: gulp
0 commit comments