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

Commit 6c5050e

Browse files
committed
fixup! fixup! chore(*): update karma
1 parent 1176d17 commit 6c5050e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

karma-shared.conf.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -104,17 +104,17 @@ module.exports = function(config, specificOptions) {
104104
platform: 'Windows 10',
105105
version: 'latest-1'
106106
},
107-
// 'SL_iOS_10': {
108-
// base: 'SauceLabs',
109-
// browserName: 'iphone',
110-
// platform: 'OS X 10.12',
111-
// version: '10.3'
112-
// },
113-
'SL_iOS_11': {
107+
'SL_iOS': {
114108
base: 'SauceLabs',
115109
browserName: 'iphone',
116-
platform: 'OS X 10.12',
117-
version: '11.2'
110+
platform: 'OS X 10.13',
111+
version: 'latest'
112+
},
113+
'SL_iOS-1': {
114+
base: 'SauceLabs',
115+
browserName: 'iphone',
116+
platform: 'OS X 10.13',
117+
version: 'latest-1'
118118
},
119119

120120
'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_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)