diff options
| author | Chris Rebert <[email protected]> | 2014-06-10 12:23:48 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-06-24 12:37:44 -0700 |
| commit | 6352c85a654bd92651948e4ffcd7b088a2534d84 (patch) | |
| tree | 64227332b7caa1f15ba6018956165e388749d366 | |
| parent | 389210fca6960f9113d35bf3a0ebdf9ebee9979f (diff) | |
| download | bootstrap-6352c85a654bd92651948e4ffcd7b088a2534d84.tar.xz bootstrap-6352c85a654bd92651948e4ffcd7b088a2534d84.zip | |
reenable OS X Chrome in Sauce
| -rw-r--r-- | grunt/sauce_browsers.yml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/grunt/sauce_browsers.yml b/grunt/sauce_browsers.yml index 4024a189b..d58919861 100644 --- a/grunt/sauce_browsers.yml +++ b/grunt/sauce_browsers.yml @@ -5,11 +5,10 @@ browserName: "safari", platform: "OS X 10.9" }, - # { - # browserName: "chrome", - # platform: "OS X 10.9", - # version: "31" - # }, + { + browserName: "chrome", + platform: "OS X 10.9" + }, { browserName: "firefox", platform: "OS X 10.9" |
