diff options
| author | Vojta Jina | 2013-12-12 22:36:39 -0800 |
|---|---|---|
| committer | Vojta Jina | 2013-12-13 12:23:53 -0800 |
| commit | ed4a1fddce0c7e2f756b07e8be348320ae29de6b (patch) | |
| tree | b3b7a5d82cc58ce33d46011e69fa785c5a2c8c9a | |
| parent | cfde6f507cc24854f843d3963743f15dad34ef59 (diff) | |
| download | angular.js-ed4a1fddce0c7e2f756b07e8be348320ae29de6b.tar.bz2 | |
chore(travis): force the latest version of selenium
This might solve some flakiness on SL. At least Santi said that ;-)
| -rw-r--r-- | karma-shared.conf.js | 5 |
1 files changed, 4 insertions, 1 deletions
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. |
