Skip to content

Commit

Permalink
Run tests on MacOS 10.13 + Safari 11 (#1555)
Browse files Browse the repository at this point in the history
  • Loading branch information
developit authored and marvinhagemeister committed Apr 20, 2019
1 parent b12e84f commit 7be38b4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions karma.conf.js
Expand Up @@ -22,8 +22,9 @@ var sauceLabsLaunchers = {
},
sl_safari: {
base: 'SauceLabs',
browserName: 'safari',
platform: 'OS X 10.11'
browserName: 'Safari',
version: '11',
platform: 'OS X 10.13'
},
sl_edge: {
base: 'SauceLabs',
Expand Down

0 comments on commit 7be38b4

Please sign in to comment.