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

Commit b0815a7

Browse files
authored
chore(*): stop testing on Edge 15 due to its instability
Edge 15 disconnects from Karma frequently causing extreme build instability. We are testing on Edge 16 & Edge 17 should be released soon anyway. Closes #16516
1 parent feee36c commit b0815a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/travis/build.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@ 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+
# TODO: restore "SL_EDGE-1" once Sauce Labs adds Edge 17 and "SL_EDGE-1" refers
15+
# to version 16. Edge 15 disconnects from Karma frequently causing extreme build instability.
1416
BROWSERS="SL_Chrome,SL_Chrome-1,\
1517
SL_Firefox,SL_Firefox-1,\
1618
SL_Safari,SL_Safari-1,\
1719
SL_iOS_10,SL_iOS_11,\
1820
SL_IE_9,SL_IE_10,SL_IE_11,\
19-
SL_EDGE,SL_EDGE-1"
21+
SL_EDGE"
2022

2123
case "$JOB" in
2224
"ci-checks")

0 commit comments

Comments
 (0)