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:
Vojta Jina 2013-12-12 22:36:39 -08:00
parent cfde6f507c
commit ed4a1fddce

View file

@ -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.