Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 9693a42

Browse files
committed
chore(travis): use Safari 7
1 parent 162485d commit 9693a42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

karma-shared.conf.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ module.exports = function(config, specificOptions) {
4242
'SL_Safari': {
4343
base: 'SauceLabs',
4444
browserName: 'safari',
45-
platform: 'Mac 10.8',
46-
version: '6'
45+
platform: 'OS X 10.9',
46+
version: '7'
4747
},
4848
'SL_IE_8': {
4949
base: 'SauceLabs',

0 commit comments

Comments
 (0)