Skip to content
This repository has been archived by the owner on Sep 25, 2018. It is now read-only.

Commit

Permalink
Disable firefox on OS X 10.8, as it is a bit unstable.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeard4 committed Aug 20, 2016
1 parent ea7ab3a commit f848060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grunt/browsers.js
Expand Up @@ -57,7 +57,7 @@ addBrowser('safari', 'OS X 10.9', 7);
[27,
//30, //Chrome 30 not supported
40, 49].forEach(addBrowser.bind(this, 'chrome', 'OS X 10.8'));
defaultFF.forEach(addBrowser.bind(this, 'firefox', 'OS X 10.8'));
//defaultFF.forEach(addBrowser.bind(this, 'firefox', 'OS X 10.8'));
addBrowser('safari', 'OS X 10.8', 6);

[26, 30, 40, 48].forEach(addBrowser.bind(this, 'chrome', 'Linux'));
Expand Down

0 comments on commit f848060

Please sign in to comment.