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

Commit

Permalink
chore(travis): test on 2 latest Safari versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Narretz committed Jan 17, 2018
1 parent 9204a1a commit e06b4fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions karma-shared.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,17 @@ module.exports = function(config, specificOptions) {
browserName: 'firefox',
version: 'latest-1'
},
'SL_Safari_8': {
'SL_Safari-1': {
base: 'SauceLabs',
browserName: 'safari',
platform: 'OS X 10.10',
version: '8'
platform: 'OS X 10.12',
version: 'latest-1'
},
'SL_Safari_9': {
'SL_Safari': {
base: 'SauceLabs',
browserName: 'safari',
platform: 'OS X 10.11',
version: '9'
platform: 'OS X 10.12',
version: 'latest'
},
'SL_IE_9': {
base: 'SauceLabs',
Expand Down
2 changes: 1 addition & 1 deletion scripts/travis/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SAUCE_ACCESS_KEY=$(echo "$SAUCE_ACCESS_KEY" | rev)

BROWSERS="SL_Chrome,SL_Chrome-1,\
SL_Firefox,SL_Firefox-1,\
SL_Safari_8,SL_Safari_9,\
SL_Safari,SL_Safari-1,\
SL_iOS,\
SL_IE_9,SL_IE_10,SL_IE_11,\
SL_EDGE,SL_EDGE-1"
Expand Down

0 comments on commit e06b4fb

Please sign in to comment.