We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6898ac5 commit 6708fefCopy full SHA for 6708fef
protractor-travis-conf.js
@@ -7,7 +7,8 @@ config.multiCapabilities = [{
7
'browserName': 'chrome',
8
'name': 'Angular E2E',
9
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
10
- 'build': process.env.TRAVIS_BUILD_NUMBER
+ 'build': process.env.TRAVIS_BUILD_NUMBER,
11
+ 'version': '34'
12
}, {
13
'browserName': 'firefox',
14
0 commit comments