From a6fced8461f6a0925a1f280d786ae208be971334 Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Mon, 2 May 2016 13:40:05 -0400 Subject: [PATCH] Update sauce labs browser listing. * Update Safari_Current to 9 (and Safari_Last to 8). * Lock Firefox to 45 (`latest` throws errors RE: `The environment you requested was unavailable`). --- testem.dist.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testem.dist.json b/testem.dist.json index 8a5ab0fccb1..272f35d61b2 100644 --- a/testem.dist.json +++ b/testem.dist.json @@ -10,15 +10,15 @@ "protocol": "tap" }, "SL_Firefox_Current": { - "command": "npm run sauce:launch -- -b firefox -v latest --no-ct -u ''", + "command": "npm run sauce:launch -- -b firefox -v 45 --no-ct -u ''", "protocol": "tap" }, "SL_Safari_Current": { - "command": "npm run sauce:launch -- -b safari -v 8 --no-ct -u ''", + "command": "npm run sauce:launch -- -b safari -v 9 --no-ct -u ''", "protocol": "tap" }, "SL_Safari_Last": { - "command": "npm run sauce:launch -- -b safari -v 7 --no-ct -u ''", + "command": "npm run sauce:launch -- -b safari -v 8 --no-ct -u ''", "protocol": "tap" }, "SL_MS_Edge": {