Skip to content

Commit 5cacf8f

Browse files
committed
Adding bower as a dependency.
1 parent f6fdccb commit 5cacf8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ language: node_js
22
node_js:
33
- "0.10"
44
before_script:
5-
- npm install -g grunt-cli
5+
- npm install -g bower grunt-cli

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"grunt-mocha-phantomjs": "^0.4.3"
1919
},
2020
"scripts": {
21-
"test": "grunt build --verbose"
21+
"test": "bower install && grunt build --verbose"
2222
}
2323
}

0 commit comments

Comments
 (0)