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

Commit dd4ce50

Browse files
committed
chore(ci): update Safari to v8
1 parent ac0d528 commit dd4ce50

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

karma-shared.conf.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ module.exports = function(config, specificOptions) {
4545
'SL_Safari': {
4646
base: 'SauceLabs',
4747
browserName: 'safari',
48-
platform: 'OS X 10.9',
49-
version: '7'
48+
platform: 'OS X 10.10',
49+
version: '8'
5050
},
5151
'SL_IE_8': {
5252
base: 'SauceLabs',

protractor-travis-conf.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ config.multiCapabilities = [{
2020
'version': '28'
2121
}, {
2222
browserName: 'safari',
23-
'platform': 'OS X 10.9',
24-
'version': '7',
23+
'platform': 'OS X 10.10',
24+
'version': '8',
2525
'name': 'Angular E2E',
2626
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
2727
'build': process.env.TRAVIS_BUILD_NUMBER

scripts/travis/build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ if [ $JOB = "ci-checks" ]; then
99
grunt ci-checks
1010
elif [ $JOB = "unit" ]; then
1111
if [ "$BROWSER_PROVIDER" == "browserstack" ]; then
12-
BROWSERS="BS_Chrome,BS_Safari,BS_Firefox,BS_IE_8,BS_IE_9,BS_IE_10,BS_IE_11"
12+
BROWSERS="BS_Chrome,BS_Firefox,BS_Safari,BS_IE_8,BS_IE_9,BS_IE_10,BS_IE_11"
1313
else
14-
BROWSERS="SL_Chrome,SL_Safari,SL_Firefox,SL_IE_8,SL_IE_9,SL_IE_10,SL_IE_11"
14+
BROWSERS="SL_Chrome,SL_Firefox,SL_Safari,SL_IE_8,SL_IE_9,SL_IE_10,SL_IE_11"
1515
fi
1616

1717
grunt test:promises-aplus

0 commit comments

Comments
 (0)