Skip to content

Commit 95cdb53

Browse files
committed
chore(travis/e2e): use Chrome on Mac
Because of this[1] issue, which is Linux specific, we see very frequent failures. [1]: https://code.google.com/p/chromedriver/issues/detail?id=467
1 parent 6708fef commit 95cdb53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

protractor-travis-conf.js

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ config.sauceKey = process.env.SAUCE_ACCESS_KEY;
55

66
config.multiCapabilities = [{
77
'browserName': 'chrome',
8+
'platform': 'OS X 10.9',
89
'name': 'Angular E2E',
910
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
1011
'build': process.env.TRAVIS_BUILD_NUMBER,

0 commit comments

Comments
 (0)