mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
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:
parent
affcbad501
commit
162485d303
1 changed files with 2 additions and 1 deletions
|
|
@ -36,7 +36,8 @@ module.exports = function(config, specificOptions) {
|
|||
},
|
||||
'SL_Firefox': {
|
||||
base: 'SauceLabs',
|
||||
browserName: 'firefox'
|
||||
browserName: 'firefox',
|
||||
version: '26'
|
||||
},
|
||||
'SL_Safari': {
|
||||
base: 'SauceLabs',
|
||||
|
|
|
|||
Loading…
Reference in a new issue