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

Commit 565391d

Browse files
Narretzpetebacondarwin
authored andcommitted
chore(travis): update Chrome and FF versions, add Safari 9
Closes #13888
1 parent a88473d commit 565391d

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

karma-shared.conf.js

+9-3
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,25 @@ module.exports = function(config, specificOptions) {
3737
'SL_Chrome': {
3838
base: 'SauceLabs',
3939
browserName: 'chrome',
40-
version: '45'
40+
version: '47'
4141
},
4242
'SL_Firefox': {
4343
base: 'SauceLabs',
4444
browserName: 'firefox',
45-
version: '39'
45+
version: '43'
4646
},
47-
'SL_Safari': {
47+
'SL_Safari_8': {
4848
base: 'SauceLabs',
4949
browserName: 'safari',
5050
platform: 'OS X 10.10',
5151
version: '8'
5252
},
53+
'SL_Safari_9': {
54+
base: 'SauceLabs',
55+
browserName: 'safari',
56+
platform: 'OS X 10.11',
57+
version: '9'
58+
},
5359
'SL_IE_9': {
5460
base: 'SauceLabs',
5561
browserName: 'internet explorer',

scripts/travis/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ elif [ $JOB = "unit" ]; then
1111
if [ "$BROWSER_PROVIDER" == "browserstack" ]; then
1212
BROWSERS="BS_Chrome,BS_Safari,BS_Firefox,BS_IE_9,BS_IE_10,BS_IE_11,BS_iOS"
1313
else
14-
BROWSERS="SL_Chrome,SL_Safari,SL_Firefox,SL_IE_9,SL_IE_10,SL_IE_11,SL_iOS"
14+
BROWSERS="SL_Chrome,SL_Firefox,SL_Safari_8,SL_Safari_9,SL_IE_9,SL_IE_10,SL_IE_11,SL_iOS"
1515
fi
1616

1717
grunt test:promises-aplus

0 commit comments

Comments
 (0)