From 8a30ce66792c429663dc2926e6b74e1d8bb35526 Mon Sep 17 00:00:00 2001 From: Carl-Erik Kopseng Date: Wed, 30 May 2018 00:29:29 +0200 Subject: [PATCH] Add Safari 9 to list of Sauce Labs browsers Is on the list of supported browsers in Sinon. Affected by change in #176. See https://github.com/sinonjs/sinon/issues/1814 --- .min-wd | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.min-wd b/.min-wd index e6170f16..4969e0f9 100644 --- a/.min-wd +++ b/.min-wd @@ -12,5 +12,9 @@ }, { "name": "internet explorer", "version": "11" + }, { + "name": "safari", + "platform": "OS X 10.11", + "version": "9.0" }] }