From d3af98cd170694db1af464e57d1b245fc1f1027b Mon Sep 17 00:00:00 2001 From: DadaMonad Date: Tue, 17 Feb 2015 23:19:41 +0000 Subject: [PATCH] travis - install coffee and bower first --- .travis.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a9cb40c6..48a66554 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" \ No newline at end of file