Help troubleshooting failing Travis builds - There were unauthenticated packages and -y was used without --allow-unauthenticated

Builds have been failing for a few days on our repo without any Travis configuration change on our side. An example: https://travis-ci.org/aframevr/aframe/jobs/642649644?utm_medium=notification&utm_source=github_status

I see the following error:

WARNING: The following packages cannot be authenticated!

441 google-chrome-stable

442E: There were unauthenticated packages and -y was used without --allow-unauthenticated

Any ideas how to address it? Is it anything on our side? Something changed on Travis side? A known
bug?

Thanks everyone for the help,

Diego.

See Error installing APT packages

Specifically for me, this change fixed things: https://github.com/appium/appium-base-driver/compare/90890df923e0...7cc9d308fbf9

1 Like

Cool thanks. That seems to work