install bower before install copay

This commit is contained in:
Gregg Zigler 2014-08-19 12:51:28 -07:00
parent c95a35dbc5
commit 9359ac311b
1 changed files with 6 additions and 3 deletions

View File

@ -1,11 +1,14 @@
language: node_js
node_js:
- '0.10'
before_install: npm install -g grunt-cli
install:
before_install:
- npm install -g bower
- npm install -g grunt-cli
install:
- npm install
- bower install
before_script: grunt shell
before_script:
- grunt shell
notifications:
email:
recipients: