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

Commit 53ff448

Browse files
committed
chore(saucelabs): add SL_EDGE-1 to browser list
1 parent 7944b0c commit 53ff448

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/travis/build.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -11,14 +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-
# 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.
1614
BROWSERS="SL_Chrome,SL_Chrome-1,\
1715
SL_Firefox,SL_Firefox-1,\
1816
SL_Safari,SL_Safari-1,\
1917
SL_iOS,SL_iOS-1,\
2018
SL_IE_9,SL_IE_10,SL_IE_11,\
21-
SL_EDGE"
19+
SL_EDGE,SL_EDGE-1"
2220

2321
case "$JOB" in
2422
"ci-checks")

0 commit comments

Comments
 (0)