PolyGerrit: update wct_test.sh to test against mac osx 10.12 instead of 10.11

Change-Id: I40e8e3061e48a70de620ca3781b8b838434f19a7
This commit is contained in:
Paladox none
2017-04-19 00:14:10 +00:00
parent 5a359cf26a
commit 0d8f6d75eb

View File

@@ -36,10 +36,10 @@ module.exports = {
'sauce': {
'disabled': true,
'browsers': [
'OS X 10.11/chrome',
'OS X 10.12/chrome',
'Windows 10/chrome',
'Linux/firefox',
'OS X 10.11/safari',
'OS X 10.12/safari',
'Windows 10/microsoftedge'
]
}