Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.travis.yml: remove/retire Trusty builds
These have been failing sporadically in the last couple of days with: ``` W: http://ppa.launchpad.net/couchdb/stable/ubuntu/dists/trusty/Release.gpg: Signature by key 15866BAFD9BCC4F3C1E0DFC7D69548E1C17EAB57 uses weak digest algorithm (SHA1) W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://packagecloud.io/github/git-lfs/ubuntu trusty InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6B05F25D762E3157 W: Failed to fetch https://packagecloud.io/github/git-lfs/ubuntu/dists/trusty/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6B05F25D762E3157 E: Failed to fetch http://dl.hhvm.com/ubuntu/dists/trusty/main/binary-amd64/Packages Hash Sum mismatch W: Some index files failed to download. They have been ignored, or old ones used instead. ``` This can be worked around until Travis-CI fixes their Trusty docker images. But maybe it's also a good idea to draw a line a remove them. Trusty is 5 years old now. And since this year, Ubuntu Xenial 16.04 is the default in Travis-CI: https://blog.travis-ci.com/2019-04-15-xenial-default-build-environment Signed-off-by: Alexandru Ardelean <[email protected]>
- Loading branch information