mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-01-12 22:45:52 +08:00
chore(travis): update Chrome on SL to 34
For some reason, SL gives us Chrome 28 when no version is specified.
This commit is contained in:
@@ -32,7 +32,8 @@ module.exports = function(config, specificOptions) {
|
||||
customLaunchers: {
|
||||
'SL_Chrome': {
|
||||
base: 'SauceLabs',
|
||||
browserName: 'chrome'
|
||||
browserName: 'chrome',
|
||||
version: '34'
|
||||
},
|
||||
'SL_Firefox': {
|
||||
base: 'SauceLabs',
|
||||
|
||||
Reference in New Issue
Block a user