diff options
| author | Mark Otto <[email protected]> | 2017-03-28 13:36:11 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-03-28 13:36:11 -0700 |
| commit | ce0e2f8e76dade4b6ec9d6eb541c6988739f0653 (patch) | |
| tree | 8f3a8d4975f744ba78dd4bea3e334083b2bd2a18 | |
| parent | b3cad3978227d03b75b8bd034481d738ed98f67a (diff) | |
| download | bootstrap-ce0e2f8e76dade4b6ec9d6eb541c6988739f0653.tar.xz bootstrap-ce0e2f8e76dade4b6ec9d6eb541c6988739f0653.zip | |
don't test ie9 on win7 anymore (#22294)
| -rw-r--r-- | grunt/sauce_browsers.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/grunt/sauce_browsers.yml b/grunt/sauce_browsers.yml index 4d5041b9e..23244e435 100644 --- a/grunt/sauce_browsers.yml +++ b/grunt/sauce_browsers.yml @@ -33,11 +33,6 @@ version: "10", platform: "Windows 8" }, - { - browserName: "internet explorer", - version: "9", - platform: "Windows 7" - }, { browserName: "chrome", |
