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 1e8d59f commit 6b88c1fCopy full SHA for 6b88c1f
.travis.yml
@@ -0,0 +1,9 @@
1
+language: node_js
2
+node_js:
3
+ - "v0.10.40"
4
+ - "0.12.7"
5
+before_install:
6
+ - npm install -g npm
7
+before_script:
8
+ - npm install grunt-cli -g
9
+script: grunt
0 commit comments