There was an error while loading. Please reload this page.
1 parent 9870e79 commit c402740Copy full SHA for c402740
.travis.yml
@@ -1,4 +1,6 @@
1
nguage: node_js
2
node_js:
3
- "0.10"
4
-script: ./node_modules/grunt-cli/bin/grunt
+before_script:
5
+ - npm install
6
+script: ./node_modules/.bin/grunt
0 commit comments