From e609239fab46d7f8af195a69756c91b4f66c8463 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 6 Feb 2014 02:31:23 -0800 Subject: chore(travis): remove double bower install to test if it's still needed We did this due to travis-ci/travis-ci#1293 but since it's possible that this hack is not needed, I'm removing it. If it turns out that we do need it still then we should ping the travis issue and revert this commit --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index fb038aba..6a24af3f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,9 +18,7 @@ before_script: - mkdir -p $LOGS_DIR - ./lib/sauce/sauce_connect_setup.sh - npm install -g grunt-cli - - grunt bower - - grunt bower - - grunt package-without-bower + - grunt package - ./scripts/travis/wait_for_browser_provider.sh script: -- cgit v1.2.3