Fix travis for update bower before test.

This commit is contained in:
Gustavo Cortez 2014-06-13 14:39:10 -03:00
parent 5afcfb21ae
commit 2c96e3a017
1 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,10 @@
language: node_js
node_js:
- "0.10"
before_install: "npm install -g grunt-cli"
install: "npm install"
before_install:
- "npm install -g grunt-cli"
- "npm install -g bower"
install:
- "npm install"
- "bower install"
before_script: "grunt shell"