Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit 38e4408

Browse files
committed
travis.yml: upgrade to Xenial
Older Ubuntus cause Mercurial connections to fail with this error: Error on cloning hg repo: unable to get repository: warning: connecting to bitbucket.org using legacy security technology (TLS 1.0); see https://mercurial-scm.org/wiki/SecureConnections for more info (using CA certificates from /etc/ssl/certs/ca-certificates.crt; if you see this message, your Mercurial install is not properly configured; see https://mercurial-scm.org/wiki/SecureConnections for how to configure Mercurial to avoid this message) Per https://travis-ci.community/t/travis-ci-linux-build-environments-cant-clone-from-bitbucket-anymore-mercurial/1182/3, the recommendation is to upgrade to Xenial, which has either a newer Mercurial, a newer Python, a newer OpenSSL or some combination of those.
1 parent 88441ff commit 38e4408

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: go
22
sudo: false
3+
dist: xenial
34
notifications:
45
email: false
56
jobs:

0 commit comments

Comments
 (0)