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

Commit 6708fef

Browse files
committed
chore(travis/e2e): update Chrome to v34
See 28ef263
1 parent 6898ac5 commit 6708fef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

protractor-travis-conf.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ config.multiCapabilities = [{
77
'browserName': 'chrome',
88
'name': 'Angular E2E',
99
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
10-
'build': process.env.TRAVIS_BUILD_NUMBER
10+
'build': process.env.TRAVIS_BUILD_NUMBER,
11+
'version': '34'
1112
}, {
1213
'browserName': 'firefox',
1314
'name': 'Angular E2E',

0 commit comments

Comments
 (0)