Skip to content

Commit ecad8a8

Browse files
committed
Remove Safari from Sauce Labs browsers to get running build
See #2372
1 parent 0478e63 commit ecad8a8

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

.min-wd

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
22
"sauceLabs": true,
3-
"browsers": [{
4-
"name": "chrome"
5-
}, {
6-
"name": "firefox"
7-
}, {
8-
"name": "MicrosoftEdge"
9-
}, {
10-
"name": "safari"
11-
}],
3+
"browsers": [
4+
{
5+
"name": "chrome"
6+
},
7+
{
8+
"name": "firefox"
9+
},
10+
{
11+
"name": "MicrosoftEdge"
12+
}
13+
],
1214
"BUILD_VAR": "TRAVIS_BUILD_NUMBER"
1315
}

0 commit comments

Comments
 (0)