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

Commit a8eae83

Browse files
committed
WIP
1 parent 4431de6 commit a8eae83

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scripts/travis/build.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ export SAUCE_ACCESS_KEY
1111
BROWSER_STACK_ACCESS_KEY=$(echo "$BROWSER_STACK_ACCESS_KEY" | rev)
1212
SAUCE_ACCESS_KEY=$(echo "$SAUCE_ACCESS_KEY" | rev)
1313

14+
# The currently latest versions of Safari (12) and Edge (18) on Saucelabs are unstable and
15+
# disconnect frequently.
16+
# TODO: Add them back once/if they are more stable again.
1417
BROWSERS="SL_Chrome,SL_Chrome-1,\
1518
SL_Firefox,SL_Firefox-1,\
16-
SL_Safari,SL_Safari-1,\
19+
SL_Safari-1,\
1720
SL_iOS,SL_iOS-1,\
1821
SL_IE_9,SL_IE_10,SL_IE_11,\
1922
SL_EDGE,SL_EDGE-1"

0 commit comments

Comments
 (0)