From ed4a1fddce0c7e2f756b07e8be348320ae29de6b Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Thu, 12 Dec 2013 22:36:39 -0800 Subject: chore(travis): force the latest version of selenium This might solve some flakiness on SL. At least Santi said that ;-) --- karma-shared.conf.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'karma-shared.conf.js') diff --git a/karma-shared.conf.js b/karma-shared.conf.js index b74b4910..5de50ab6 100644 --- a/karma-shared.conf.js +++ b/karma-shared.conf.js @@ -13,7 +13,10 @@ module.exports = function(config, specificOptions) { // SauceLabs config for local development. sauceLabs: { testName: specificOptions.testName || 'AngularJS', - startConnect: true + startConnect: true, + options: { + 'selenium-version': '2.37.0' + } }, // BrowserStack config for local development. -- cgit v1.2.3