mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-29 05:15:38 +08:00
chore(travis): specify chrome m34 in protractor configuration
Closes #8541
This commit is contained in:
@@ -7,9 +7,11 @@ config.sauceKey = process.env.SAUCE_ACCESS_KEY;
|
|||||||
|
|
||||||
config.multiCapabilities = [{
|
config.multiCapabilities = [{
|
||||||
'browserName': 'chrome',
|
'browserName': 'chrome',
|
||||||
|
'platform': 'OS X 10.9',
|
||||||
'name': 'Angular E2E',
|
'name': 'Angular E2E',
|
||||||
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
|
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
|
||||||
'build': process.env.TRAVIS_BUILD_NUMBER
|
'build': process.env.TRAVIS_BUILD_NUMBER,
|
||||||
|
'version': '34'
|
||||||
}, {
|
}, {
|
||||||
'browserName': 'firefox',
|
'browserName': 'firefox',
|
||||||
'name': 'Angular E2E',
|
'name': 'Angular E2E',
|
||||||
|
|||||||
Reference in New Issue
Block a user