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 f6fdccb commit 5cacf8fCopy full SHA for 5cacf8f
.travis.yml
@@ -2,4 +2,4 @@ language: node_js
2
node_js:
3
- "0.10"
4
before_script:
5
- - npm install -g grunt-cli
+ - npm install -g bower grunt-cli
package.json
@@ -18,6 +18,6 @@
18
"grunt-mocha-phantomjs": "^0.4.3"
19
},
20
"scripts": {
21
- "test": "grunt build --verbose"
+ "test": "bower install && grunt build --verbose"
22
}
23
0 commit comments