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

Commit 9c810eb

Browse files
chore(*): update saucelabs browsers
1 parent c4b79d5 commit 9c810eb

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Diff for: protractor-travis-conf.js

+6-5
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,18 @@ if (process.env.BROWSER_PROVIDER === 'browserstack') {
2828
config.multiCapabilities = [
2929
capabilitiesForSauceLabs({
3030
browserName: 'chrome',
31-
platform: 'OS X 10.11',
32-
version: '48'
31+
platform: 'OS X 10.14',
32+
version: '81'
3333
}),
3434
capabilitiesForSauceLabs({
3535
browserName: 'firefox',
36-
version: '47'
36+
platform: 'OS X 10.14',
37+
version: '76'
3738
}),
3839
capabilitiesForSauceLabs({
3940
browserName: 'safari',
40-
platform: 'OS X 10.11',
41-
version: '9'
41+
platform: 'OS X 10.14',
42+
version: '12'
4243
})
4344
];
4445
}

0 commit comments

Comments
 (0)