Travis is downloading older Chrome versions in place of chrome: stable

I’m trying to get confirmation (e.g. from Google) but I believe @native-api is right: Google has dropped Trusty support for Chrome with the latest release today.

As mentioned, the best suggestion would be to try to run your builds on Xenial instead with

dist: xenial

in your .travis.yml file.

3 Likes