Skip to content

Commit

Permalink
Update sauce labs browser listing.
Browse files Browse the repository at this point in the history
* Update Safari_Current to 9 (and Safari_Last to 8).
* Lock Firefox to 45 (`latest` throws errors RE: `The environment you
  requested was unavailable`).
  • Loading branch information
rwjblue authored and toddjordan committed Sep 9, 2016
1 parent c313889 commit 9e9a86d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testem.dist.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"protocol": "tap"
},
"SL_Firefox_Current": {
"command": "npm run sauce:launch -- -b firefox -v latest --no-ct -u '<url>'",
"command": "npm run sauce:launch -- -b firefox -v 45 --no-ct -u '<url>'",
"protocol": "tap"
},
"SL_Safari_Current": {
"command": "npm run sauce:launch -- -b safari -v 8 --no-ct -u '<url>'",
"command": "npm run sauce:launch -- -b safari -v 9 --no-ct -u '<url>'",
"protocol": "tap"
},
"SL_Safari_Last": {
"command": "npm run sauce:launch -- -b safari -v 7 --no-ct -u '<url>'",
"command": "npm run sauce:launch -- -b safari -v 8 --no-ct -u '<url>'",
"protocol": "tap"
},
"SL_MS_Edge": {
Expand Down

0 comments on commit 9e9a86d

Please sign in to comment.