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:
Vojta Jina
2014-04-29 13:24:22 +02:00
parent 8d38ec3892
commit 28ef2637c1

View File

@@ -32,7 +32,8 @@ module.exports = function(config, specificOptions) {
customLaunchers: {
'SL_Chrome': {
base: 'SauceLabs',
browserName: 'chrome'
browserName: 'chrome',
version: '34'
},
'SL_Firefox': {
base: 'SauceLabs',