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

Commit 15d4dd3

Browse files
committed
chore(saucelabs): always test 2 latest Safari versions
Safari 10 does not finish the tests, but Safari 11 and 12 do
1 parent ab36c4b commit 15d4dd3

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

karma-shared.conf.js

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,11 @@ module.exports = function(config, specificOptions) {
6565
'SL_Safari-1': {
6666
base: 'SauceLabs',
6767
browserName: 'safari',
68-
platform: 'OS X 10.12',
6968
version: 'latest-1'
7069
},
7170
'SL_Safari': {
7271
base: 'SauceLabs',
7372
browserName: 'safari',
74-
platform: 'OS X 10.12',
7573
version: 'latest'
7674
},
7775
'SL_IE_9': {
@@ -104,17 +102,15 @@ module.exports = function(config, specificOptions) {
104102
platform: 'Windows 10',
105103
version: 'latest-1'
106104
},
107-
'SL_iOS_10': {
105+
'SL_iOS': {
108106
base: 'SauceLabs',
109107
browserName: 'iphone',
110-
platform: 'OS X 10.12',
111-
version: '10.3'
108+
version: 'latest'
112109
},
113-
'SL_iOS_11': {
110+
'SL_iOS-1': {
114111
base: 'SauceLabs',
115112
browserName: 'iphone',
116-
platform: 'OS X 10.12',
117-
version: '11.2'
113+
version: 'latest-1'
118114
},
119115

120116
'BS_Chrome': {

scripts/travis/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ SAUCE_ACCESS_KEY=$(echo "$SAUCE_ACCESS_KEY" | rev)
1616
BROWSERS="SL_Chrome,SL_Chrome-1,\
1717
SL_Firefox,SL_Firefox-1,\
1818
SL_Safari,SL_Safari-1,\
19-
SL_iOS_10,SL_iOS_11,\
19+
SL_iOS,SL_iOS-1,\
2020
SL_IE_9,SL_IE_10,SL_IE_11,\
2121
SL_EDGE"
2222

0 commit comments

Comments
 (0)