Revert travis config. Bower is not necessary here.
This commit is contained in:
parent
2c96e3a017
commit
325f1c4072
1 changed files with 2 additions and 6 deletions
|
|
@ -1,10 +1,6 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "0.10"
|
- "0.10"
|
||||||
before_install:
|
before_install: "npm install -g grunt-cli"
|
||||||
- "npm install -g grunt-cli"
|
install: "npm install"
|
||||||
- "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