bower install required to create angular lib
This commit is contained in:
parent
c91e752a39
commit
c95a35dbc5
1 changed files with 3 additions and 1 deletions
|
|
@ -2,7 +2,9 @@ language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- '0.10'
|
- '0.10'
|
||||||
before_install: npm install -g grunt-cli
|
before_install: npm install -g grunt-cli
|
||||||
install: npm install
|
install:
|
||||||
|
- npm install
|
||||||
|
- bower install
|
||||||
before_script: grunt shell
|
before_script: grunt shell
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue