From 1c18c93be138c59b5c1b73cae99cc52383272146 Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Fri, 4 Oct 2013 09:12:48 -0700 Subject: chore(travis): temporarily disable Firefox I can't get it allocated on SauceLabs and so this is failing all the builds, making our Travis build useless. I contacted folks from SL. Once we figure it out, I will revert this change.--- travis_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis_build.sh b/travis_build.sh index 683f7c05..05cbc8c9 100755 --- a/travis_build.sh +++ b/travis_build.sh @@ -5,5 +5,5 @@ set -e export SAUCE_ACCESS_KEY=`echo $SAUCE_ACCESS_KEY | rev` grunt parallel:travis --reporters dots \ - --browsers SL_Chrome,SL_Firefox,SL_Safari,SL_IE_8,SL_IE_9,SL_IE_10 \ + --browsers SL_Chrome,SL_Safari,SL_IE_8,SL_IE_9,SL_IE_10 \ --e2e-browsers SL_Chrome -- cgit v1.2.3