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

Commit 20225ec

Browse files
committed
chore(travis): use latest browser versions for e2e tests
1 parent 98129d7 commit 20225ec

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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: 'macOS 10.13',
32+
version: 'latest'
3333
}),
3434
capabilitiesForSauceLabs({
3535
browserName: 'firefox',
36-
version: '47'
36+
platform: 'macOS 10.13',
37+
version: 'latest'
3738
}),
3839
capabilitiesForSauceLabs({
3940
browserName: 'safari',
40-
platform: 'OS X 10.11',
41-
version: '9'
41+
platform: 'macOS 10.13',
42+
version: 'latest'
4243
})
4344
];
4445
}

0 commit comments

Comments
 (0)