We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8b7514 commit c771418Copy full SHA for c771418
1 file changed
.travis.yml
@@ -2,5 +2,5 @@ language: node_js
2
node_js:
3
- 0.10
4
before_script:
5
- - npm install
6
- - bower install
+ - "./node_modules/bower/bin/bower install"
+ - "./node_modules/grunt-cli/bin/grunt"
0 commit comments