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

Commit 429fdc8

Browse files
committed
try OS X 10.12
1 parent 17fedb0 commit 429fdc8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

karma-shared.conf.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ module.exports = function(config, specificOptions) {
5959
'SL_Safari_10': {
6060
base: 'SauceLabs',
6161
browserName: 'safari',
62-
platform: 'OS X 10.11',
63-
version: '10'
62+
platform: 'macOS 10.12',
63+
version: '10.0'
6464
},
6565
'SL_IE_9': {
6666
base: 'SauceLabs',

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_Firefox,SL_Safari_8,SL_Safari_9,SL_IE_9,SL_IE_10,SL_IE_11,SL_iOS"
14+
BROWSERS="SL_Chrome,SL_Firefox,SL_Safari_8,SL_Safari_9,SL_Safari_10,SL_IE_9,SL_IE_10,SL_IE_11,SL_iOS"
1515
fi
1616

1717
grunt test:promises-aplus

0 commit comments

Comments
 (0)