Update tested Firefox versions.

This commit is contained in:
John-David Dalton
2014-08-12 10:33:53 -07:00
parent e2dd65a403
commit ce36bf6134
2 changed files with 2 additions and 2 deletions

View File

@@ -119,7 +119,7 @@ Dont assign values to the [special variable](http://nodejs.org/api/repl.html#
## Support
Tested in Chrome (19, 35-36), Firefox (3, 20, 29-30), IE 6-11, Opera 22-23, Safari 5-7, Node.js 0.8.26~0.10.30, PhantomJS 1.9.7, RingoJS 0.9, & Rhino 1.7RC5.
Tested in Chrome (19, 35-36), Firefox (3, 20, 30-31), IE 6-11, Opera 22-23, Safari 5-7, Node.js 0.8.26~0.10.30, PhantomJS 1.9.7, RingoJS 0.9, & Rhino 1.7RC5.
Automated browser test runs [are available](https://saucelabs.com/u/lodash) as well as CI runs for [lodash](https://travis-ci.org/lodash/lodash/), [lodash-cli](https://travis-ci.org/lodash/lodash-cli/), [lodash-amd](https://travis-ci.org/lodash/lodash-amd/), [lodash-node](https://travis-ci.org/lodash/lodash-node/), & [grunt-lodash](https://travis-ci.org/lodash/grunt-lodash). Special thanks to [Sauce Labs](https://saucelabs.com/) for providing automated browser testing.

View File

@@ -98,8 +98,8 @@ var browserNameMap = {
var platforms = [
['Linux', 'android', '4.3'],
['Linux', 'android', '4.0'],
['Windows 8.1', 'firefox', '31'],
['Windows 8.1', 'firefox', '30'],
['Windows 8.1', 'firefox', '29'],
['Windows 8.1', 'firefox', '20'],
['Windows 8.1', 'firefox', '3.0'],
['Windows 8.1', 'chrome', '36'],