mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-23 03:30:02 +08: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:
@@ -36,7 +36,8 @@ module.exports = function(config, specificOptions) {
|
||||
},
|
||||
'SL_Firefox': {
|
||||
base: 'SauceLabs',
|
||||
browserName: 'firefox'
|
||||
browserName: 'firefox',
|
||||
version: '26'
|
||||
},
|
||||
'SL_Safari': {
|
||||
base: 'SauceLabs',
|
||||
|
||||
Reference in New Issue
Block a user