Skip to content

Commit

Permalink
update saucelabs test browser versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Dec 2, 2014
1 parent 2e816de commit 7bef34b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions grunt/sauce.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ var batches = [
base: 'SauceLabs',
browserName: 'chrome',
platform: 'Windows 7',
version: '37'
version: '39'
},
sl_firefox: {
base: 'SauceLabs',
browserName: 'firefox',
version: '32'
version: '33'
},
sl_mac_safari: {
base: 'SauceLabs',
browserName: "safari",
platform: "OS X 10.9",
version: "7"
platform: "OS X 10.10",
version: "8"
}
},
// ie family
Expand Down Expand Up @@ -58,7 +58,7 @@ var batches = [
base: 'SauceLabs',
browserName: 'iphone',
platform: 'OS X 10.9',
version: '7.1'
version: '8.1'
},
sl_android: {
base: 'SauceLabs',
Expand Down

0 comments on commit 7bef34b

Please sign in to comment.