Skip to content

Commit

Permalink
update test platform versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen committed Jun 22, 2015
1 parent 441cfb4 commit 564848e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/browsers.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var CHROME_VERSION = '42';
var FIREFOX_VERSION = '37';
var CHROME_VERSION = '43';
var FIREFOX_VERSION = '38';
var SAFARI_VERSION = '8';
var IOS_VERSION = ' 8.2'; // Workaround for optimist converting to float
var ANDROID_VERSION = ' 5.1';
Expand All @@ -19,8 +19,8 @@ var browsers = {
'linux-chrome' : ['Linux', 'chrome', CHROME_VERSION],
'linux-firefox' : ['Linux', 'firefox', FIREFOX_VERSION],

'iphone' : ['Mac 10.9', 'iphone', IOS_VERSION],
'ipad' : ['Mac 10.9', 'ipad', IOS_VERSION],
'iphone' : ['Mac 10.10', 'iphone', IOS_VERSION],
'ipad' : ['Mac 10.10', 'ipad', IOS_VERSION],
'android' : ['Linux', 'android', ANDROID_VERSION]
};

Expand Down

0 comments on commit 564848e

Please sign in to comment.