Skip to content

Commit ce093bd

Browse files
committed
adjust saucelabs browser list
1 parent 98a7e75 commit ce093bd

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

build/karma.sauce.config.js

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,25 @@ var batches = [
5252
},
5353
// mobile
5454
{
55-
sl_ios_safari: {
55+
sl_ios_safari_7: {
5656
base: 'SauceLabs',
5757
browserName: 'iphone',
58-
platform: 'OS X 10.9',
59-
version: '7.1'
58+
version: '7.0'
6059
},
61-
sl_android: {
60+
sl_ios_safari_9: {
61+
base: 'SauceLabs',
62+
browserName: 'iphone',
63+
version: '9.2'
64+
},
65+
sl_android_4_2: {
6266
base: 'SauceLabs',
6367
browserName: 'android',
64-
platform: 'Linux',
6568
version: '4.2'
69+
},
70+
sl_android_5_1: {
71+
base: 'SauceLabs',
72+
browserName: 'android',
73+
version: '5.1'
6674
}
6775
}
6876
]

0 commit comments

Comments
 (0)