mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-04-11 02:21:00 +00:00
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.
This commit is contained in:
parent
0ff86c3233
commit
1c18c93be1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue