Suddenly today (approx 25 minutes ago) our builds started to download an older version of chrome. This causes chrome driver to fail.
We are using the following in our .travis.yml
addons:
chrome: stable
This had been working fine:
Before:
https://travis-ci.com/infor-design/enterprise/jobs/232840997#L517
Now:
https://travis-ci.com/infor-design/enterprise/jobs/233764514#L492
Is this being worked on or is it an unknown problem or change needed in our config? The issue is that this fails all the tests now.
https://travis-ci.com/infor-design/enterprise/jobs/233757159#L585
Im not sure if this is related but if i try manually installing chrome i get this error: https://travis-ci.com/infor-design/enterprise/jobs/233773743#L1709
Any Suggestions Please? We are totally stuck now.