Skip to content

Commit

Permalink
chore(travis): use Safari 7
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtajina committed Jan 7, 2014
1 parent 162485d commit 9693a42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions karma-shared.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 9693a42

Please sign in to comment.