bower install required to create angular lib

This commit is contained in:
Gregg Zigler 2014-08-19 11:53:18 -07:00
parent c91e752a39
commit c95a35dbc5
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,9 @@ language: node_js
node_js:
- '0.10'
before_install: npm install -g grunt-cli
install: npm install
install:
- npm install
- bower install
before_script: grunt shell
notifications:
email: