diff options
| author | Chris Rebert <[email protected]> | 2016-02-23 12:46:27 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-02-23 12:46:29 -0800 |
| commit | e2f01db965ec5bb8daef779aaf05ea88a15f28d0 (patch) | |
| tree | d26f0945be2cf535321dde5c029e2b2d86c07a1a /grunt | |
| parent | 18745a803cf0a7c7ff9dcfba7dd80370587d1a14 (diff) | |
| download | bootstrap-e2f01db965ec5bb8daef779aaf05ea88a15f28d0.tar.xz bootstrap-e2f01db965ec5bb8daef779aaf05ea88a15f28d0.zip | |
Use OS X El Capitan for Sauce tests
[skip validator]
Diffstat (limited to 'grunt')
| -rw-r--r-- | grunt/sauce_browsers.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/grunt/sauce_browsers.yml b/grunt/sauce_browsers.yml index 04602c6fd..4a865eac7 100644 --- a/grunt/sauce_browsers.yml +++ b/grunt/sauce_browsers.yml @@ -3,15 +3,15 @@ { browserName: "safari", - platform: "OS X 10.10" + platform: "OS X 10.11" }, { browserName: "chrome", - platform: "OS X 10.10" + platform: "OS X 10.11" }, { browserName: "firefox", - platform: "OS X 10.10" + platform: "OS X 10.11" }, # Mac Opera not currently supported by Sauce Labs |
