From 28ef2637c111d2940d2062c3cc8be29e7984f35a Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Tue, 29 Apr 2014 13:24:22 +0200 Subject: [PATCH] chore(travis): update Chrome on SL to 34 For some reason, SL gives us Chrome 28 when no version is specified. --- karma-shared.conf.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/karma-shared.conf.js b/karma-shared.conf.js index 69ec2e097a53..eeb81fbd562f 100644 --- a/karma-shared.conf.js +++ b/karma-shared.conf.js @@ -32,7 +32,8 @@ module.exports = function(config, specificOptions) { customLaunchers: { 'SL_Chrome': { base: 'SauceLabs', - browserName: 'chrome' + browserName: 'chrome', + version: '34' }, 'SL_Firefox': { base: 'SauceLabs',