travis - install coffee and bower first

This commit is contained in:
DadaMonad 2015-02-17 23:19:41 +00:00
parent e33eb6a928
commit d3af98cd17

View File

@ -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"