diff options
| author | Chris Rebert <[email protected]> | 2016-02-23 13:59:02 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-02-23 13:59:02 -0800 |
| commit | 1c46385fe17cd80ec6a7324610a65752a28291c4 (patch) | |
| tree | deab782929d6912f27d3d33618f0a0ed78827058 | |
| parent | a3c3188a198b2b8243c3f6bbb29d011dc0953f1b (diff) | |
| parent | 1b889d9ed690265213364bb306a940804313464c (diff) | |
| download | bootstrap-1c46385fe17cd80ec6a7324610a65752a28291c4.tar.xz bootstrap-1c46385fe17cd80ec6a7324610a65752a28291c4.zip | |
Merge pull request #19294 from twbs/ios-9.2
Use iOS 9.2 in Sauce tests
| -rw-r--r-- | grunt/sauce_browsers.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grunt/sauce_browsers.yml b/grunt/sauce_browsers.yml index 4a865eac7..2df1b5c11 100644 --- a/grunt/sauce_browsers.yml +++ b/grunt/sauce_browsers.yml @@ -50,7 +50,7 @@ { browserName: "iphone", platform: "OS X 10.10", - version: "9.1" + version: "9.2" }, # iOS Chrome not currently supported by Sauce Labs |
