mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
chore(travis): use Safari 7
This commit is contained in:
parent
162485d303
commit
9693a426e3
1 changed files with 2 additions and 2 deletions
|
|
@ -42,8 +42,8 @@ module.exports = function(config, specificOptions) {
|
|||
'SL_Safari': {
|
||||
base: 'SauceLabs',
|
||||
browserName: 'safari',
|
||||
platform: 'Mac 10.8',
|
||||
version: '6'
|
||||
platform: 'OS X 10.9',
|
||||
version: '7'
|
||||
},
|
||||
'SL_IE_8': {
|
||||
base: 'SauceLabs',
|
||||
|
|
|
|||
Loading…
Reference in a new issue