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

Commit 1176d17

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

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

karma-shared.conf.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ module.exports = function(config, specificOptions) {
6565
'SL_Safari-1': {
6666
base: 'SauceLabs',
6767
browserName: 'safari',
68-
platform: 'OS X 10.12',
68+
platform: 'OS X 10.13',
6969
version: 'latest-1'
7070
},
7171
'SL_Safari': {
7272
base: 'SauceLabs',
7373
browserName: 'safari',
74-
platform: 'OS X 10.12',
74+
platform: 'OS X 10.13',
7575
version: 'latest'
7676
},
7777
'SL_IE_9': {
@@ -104,12 +104,12 @@ 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-
},
107+
// 'SL_iOS_10': {
108+
// base: 'SauceLabs',
109+
// browserName: 'iphone',
110+
// platform: 'OS X 10.12',
111+
// version: '10.3'
112+
// },
113113
'SL_iOS_11': {
114114
base: 'SauceLabs',
115115
browserName: 'iphone',

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_11,\
2020
SL_IE_9,SL_IE_10,SL_IE_11,\
2121
SL_EDGE"
2222

0 commit comments

Comments
 (0)