chore(travis): use FF26

I think it's better to not specify the version as that should give the latest available version.
We should probably revert this commit at some point.
This commit is contained in:
Vojta Jina 2014-01-07 11:53:17 -08:00
parent affcbad501
commit 162485d303

View file

@ -36,7 +36,8 @@ module.exports = function(config, specificOptions) {
},
'SL_Firefox': {
base: 'SauceLabs',
browserName: 'firefox'
browserName: 'firefox',
version: '26'
},
'SL_Safari': {
base: 'SauceLabs',