Skip to content

Commit

Permalink
Remove Safari from Sauce Labs browsers to get running build
Browse files Browse the repository at this point in the history
See #2372
  • Loading branch information
fatso83 committed May 12, 2021
1 parent 0478e63 commit ecad8a8
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .min-wd
@@ -1,13 +1,15 @@
{
"sauceLabs": true,
"browsers": [{
"name": "chrome"
}, {
"name": "firefox"
}, {
"name": "MicrosoftEdge"
}, {
"name": "safari"
}],
"browsers": [
{
"name": "chrome"
},
{
"name": "firefox"
},
{
"name": "MicrosoftEdge"
}
],
"BUILD_VAR": "TRAVIS_BUILD_NUMBER"
}

0 comments on commit ecad8a8

Please sign in to comment.