Fix travis for update bower before test.
This commit is contained in:
parent
5afcfb21ae
commit
2c96e3a017
1 changed files with 6 additions and 2 deletions
|
|
@ -1,6 +1,10 @@
|
||||||
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"
|
- "npm install -g grunt-cli"
|
||||||
|
- "npm install -g bower"
|
||||||
|
install:
|
||||||
|
- "npm install"
|
||||||
|
- "bower install"
|
||||||
before_script: "grunt shell"
|
before_script: "grunt shell"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue