diff options
| author | Vojta Jina | 2013-10-04 09:12:48 -0700 |
|---|---|---|
| committer | Vojta Jina | 2013-10-04 09:12:48 -0700 |
| commit | 1c18c93be138c59b5c1b73cae99cc52383272146 (patch) | |
| tree | b0cae52783195c3a3c748eb17e53588a01d9ff09 | |
| parent | 0ff86c323359fba1a60bacab178e3c68528f8e1f (diff) | |
| download | angular.js-1c18c93be138c59b5c1b73cae99cc52383272146.tar.bz2 | |
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.
| -rwxr-xr-x | travis_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
