travis - install coffee and bower first
This commit is contained in:
parent
e33eb6a928
commit
d3af98cd17
@ -1,9 +1,11 @@
|
||||
language: node_js
|
||||
before_install: "bower install && npm install"
|
||||
before_install:
|
||||
- "npm install -g bower coffee-script"
|
||||
- "bower install"
|
||||
- "npm install"
|
||||
node_js:
|
||||
- "0.12"
|
||||
- "0.11"
|
||||
- "0.10"
|
||||
- "0.8"
|
||||
- "0.6"
|
||||
- iojs
|
||||
- "0.6"
|
Loading…
x
Reference in New Issue
Block a user