install bower before install copay
This commit is contained in:
parent
c95a35dbc5
commit
9359ac311b
1 changed files with 6 additions and 3 deletions
|
|
@ -1,11 +1,14 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- '0.10'
|
- '0.10'
|
||||||
before_install: npm install -g grunt-cli
|
before_install:
|
||||||
install:
|
- npm install -g bower
|
||||||
|
- npm install -g grunt-cli
|
||||||
|
install:
|
||||||
- npm install
|
- npm install
|
||||||
- bower install
|
- bower install
|
||||||
before_script: grunt shell
|
before_script:
|
||||||
|
- grunt shell
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
recipients:
|
recipients:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue