Skip to content

Commit

Permalink
Add BrowserStack target for Safari 9
Browse files Browse the repository at this point in the history
Change-Id: I2c4b6062e1c9ad3316d30b9c005be9c738dd5dd0
  • Loading branch information
joeyparrish committed Feb 16, 2016
1 parent 561df29 commit 4d79f76
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,21 @@ module.exports = function(config) {
os_version: '8.1',
},

BrowserStack_Safari: {
BrowserStack_Safari8: {
base: 'BrowserStack',
browser: 'safari',
browser_version: '8.0',
os: 'OS X',
os_version: 'Yosemite',
},

BrowserStack_Safari9: {
base: 'BrowserStack',
browser: 'safari',
browser_version: '9.0',
os: 'OS X',
os_version: 'El Capitan',
},
},

browserStack: {
Expand Down

0 comments on commit 4d79f76

Please sign in to comment.