Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 1c18c93

Browse files
committed
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.
1 parent 0ff86c3 commit 1c18c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis_build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ set -e
55
export SAUCE_ACCESS_KEY=`echo $SAUCE_ACCESS_KEY | rev`
66

77
grunt parallel:travis --reporters dots \
8-
--browsers SL_Chrome,SL_Firefox,SL_Safari,SL_IE_8,SL_IE_9,SL_IE_10 \
8+
--browsers SL_Chrome,SL_Safari,SL_IE_8,SL_IE_9,SL_IE_10 \
99
--e2e-browsers SL_Chrome

0 commit comments

Comments
 (0)