From 9359ac311be288d0159ea994122681f61a17e0a9 Mon Sep 17 00:00:00 2001 From: Gregg Zigler Date: Tue, 19 Aug 2014 12:51:28 -0700 Subject: [PATCH] install bower before install copay --- .travis.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 223099c8f..f96ad7ce9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,14 @@ language: node_js node_js: - '0.10' -before_install: npm install -g grunt-cli -install: +before_install: + - npm install -g bower + - npm install -g grunt-cli +install: - npm install - bower install -before_script: grunt shell +before_script: + - grunt shell notifications: email: recipients: