run bower install before running the tests

This commit is contained in:
Spencer Alger 2014-06-19 10:55:31 -07:00
parent 4a9a8e206d
commit 6d9f5307b7

View file

@ -4,5 +4,6 @@ node_js:
install:
- "npm install -g grunt-cli bower"
- "npm install"
- "bower install"
script:
- "npm test"