Skip to content

Commit

Permalink
update safari versions
Browse files Browse the repository at this point in the history
  • Loading branch information
krisselden committed Jun 25, 2018
1 parent 84c8eca commit 5a7f2ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testem.dist.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"protocol": "tap"
},
"SL_Safari_Current": {
"command": "npm run sauce:launch -- -b safari -v 9 --no-connect -u '<url>'",
"command": "npm run sauce:launch -- -b safari -v 11 --no-connect -u '<url>'",
"protocol": "tap"
},
"SL_Safari_Last": {
"command": "npm run sauce:launch -- -b safari -v 8 --no-connect -u '<url>'",
"command": "npm run sauce:launch -- -b safari -v 10 --no-connect -u '<url>'",
"protocol": "tap"
},
"SL_MS_Edge": {
Expand Down

0 comments on commit 5a7f2ec

Please sign in to comment.