Revert travis config. Bower is not necessary here.

This commit is contained in:
Gustavo Cortez 2014-06-13 14:58:47 -03:00
parent 2c96e3a017
commit 325f1c4072
1 changed files with 2 additions and 6 deletions

View File

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