diff options
author | Péter Szilágyi <peterke@gmail.com> | 2019-04-08 15:43:01 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2019-04-08 17:00:42 +0800 |
commit | 442320a8aee324a7c1059ae05de36a34556a9fa7 (patch) | |
tree | 406f381c6ea9b99f96d3e7e15132e84b8fbdfa02 | |
parent | af401d03a395c21fdb297edb687edf8af3470cb2 (diff) | |
download | dexon-442320a8aee324a7c1059ae05de36a34556a9fa7.tar dexon-442320a8aee324a7c1059ae05de36a34556a9fa7.tar.gz dexon-442320a8aee324a7c1059ae05de36a34556a9fa7.tar.bz2 dexon-442320a8aee324a7c1059ae05de36a34556a9fa7.tar.lz dexon-442320a8aee324a7c1059ae05de36a34556a9fa7.tar.xz dexon-442320a8aee324a7c1059ae05de36a34556a9fa7.tar.zst dexon-442320a8aee324a7c1059ae05de36a34556a9fa7.zip |
travis: update builders to xenial to shadow Go releases
-rw-r--r-- | .travis.yml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml index a079d9eb8..d93282078 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ sudo: false matrix: include: - os: linux - dist: trusty + dist: xenial sudo: required go: 1.10.x script: @@ -16,7 +16,7 @@ matrix: # These are the latest Go versions. - os: linux - dist: trusty + dist: xenial sudo: required go: 1.11.x script: @@ -43,7 +43,7 @@ matrix: # This builder only tests code linters on latest version of Go - os: linux - dist: trusty + dist: xenial go: 1.11.x env: - lint @@ -55,7 +55,7 @@ matrix: # This builder does the Ubuntu PPA upload - if: type = push os: linux - dist: trusty + dist: xenial go: 1.11.x env: - ubuntu-ppa @@ -77,7 +77,7 @@ matrix: # This builder does the Linux Azure uploads - if: type = push os: linux - dist: trusty + dist: xenial sudo: required go: 1.11.x env: @@ -111,7 +111,7 @@ matrix: # This builder does the Linux Azure MIPS xgo uploads - if: type = push os: linux - dist: trusty + dist: xenial services: - docker go: 1.11.x @@ -139,7 +139,7 @@ matrix: # This builder does the Android Maven and Azure uploads - if: type = push os: linux - dist: trusty + dist: xenial addons: apt: packages: @@ -206,7 +206,7 @@ matrix: # This builder does the Azure archive purges to avoid accumulating junk - if: type = cron os: linux - dist: trusty + dist: xenial go: 1.11.x env: - azure-purge |