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

Commit 56af32e

Browse files
committed
chore(travis): update iOs test browsers
1 parent 64c23e4 commit 56af32e

File tree

2 files changed

+14
-16
lines changed

2 files changed

+14
-16
lines changed

karma-shared.conf.js

+13-15
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,15 @@ module.exports = function(config, specificOptions) {
104104
platform: 'Windows 10',
105105
version: 'latest-1'
106106
},
107-
'SL_iOS': {
107+
'SL_iOS_10': {
108108
base: 'SauceLabs',
109109
browserName: 'iphone',
110-
platform: 'OS X 10.10',
111-
version: '8.1'
110+
version: '10.3'
111+
},
112+
'SL_iOS_11': {
113+
base: 'SauceLabs',
114+
browserName: 'iphone',
115+
version: '11'
112116
},
113117

114118
'BS_Chrome': {
@@ -156,23 +160,17 @@ module.exports = function(config, specificOptions) {
156160
os: 'Windows',
157161
os_version: '10'
158162
},
159-
'BS_iOS_8': {
160-
base: 'BrowserStack',
161-
device: 'iPhone 6',
162-
os: 'ios',
163-
os_version: '8.3'
164-
},
165-
'BS_iOS_9': {
166-
base: 'BrowserStack',
167-
device: 'iPhone 6S',
168-
os: 'ios',
169-
os_version: '9.3'
170-
},
171163
'BS_iOS_10': {
172164
base: 'BrowserStack',
173165
device: 'iPhone 7',
174166
os: 'ios',
175167
os_version: '10.0'
168+
},
169+
'BS_iOS_11': {
170+
base: 'BrowserStack',
171+
device: 'iPhone 8',
172+
os: 'ios',
173+
os_version: '11.0'
176174
}
177175
}
178176
});

scripts/travis/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ SAUCE_ACCESS_KEY=$(echo "$SAUCE_ACCESS_KEY" | rev)
1414
BROWSERS="SL_Chrome,SL_Chrome-1,\
1515
SL_Firefox,SL_Firefox-1,\
1616
SL_Safari,SL_Safari-1,\
17-
SL_iOS,\
17+
SL_iOS_10,SL_iOS_11\
1818
SL_IE_9,SL_IE_10,SL_IE_11,\
1919
SL_EDGE,SL_EDGE-1"
2020

0 commit comments

Comments
 (0)