mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-08 23:04:45 +00:00
chore(travis): force the latest version of selenium
This might solve some flakiness on SL. At least Santi said that ;-)
This commit is contained in:
parent
cfde6f507c
commit
ed4a1fddce
1 changed files with 4 additions and 1 deletions
|
|
@ -13,7 +13,10 @@ module.exports = function(config, specificOptions) {
|
||||||
// SauceLabs config for local development.
|
// SauceLabs config for local development.
|
||||||
sauceLabs: {
|
sauceLabs: {
|
||||||
testName: specificOptions.testName || 'AngularJS',
|
testName: specificOptions.testName || 'AngularJS',
|
||||||
startConnect: true
|
startConnect: true,
|
||||||
|
options: {
|
||||||
|
'selenium-version': '2.37.0'
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
// BrowserStack config for local development.
|
// BrowserStack config for local development.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue