diff options
author | Péter Szilágyi <peterke@gmail.com> | 2019-04-08 21:16:05 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-08 21:16:05 +0800 |
commit | 4e13a09c5033b4cf073db6aeaaa7d159dcf07f30 (patch) | |
tree | 0f64daac335200ce6fd45d6ee9f62dabc0fb1887 /.travis.yml | |
parent | c942700427557e3ff6de3aaf6b916e2f056c1ec2 (diff) | |
parent | 009d2fe2d650b1a92e28f0decbf5f7fa628779e9 (diff) | |
download | dexon-4e13a09c5033b4cf073db6aeaaa7d159dcf07f30.tar dexon-4e13a09c5033b4cf073db6aeaaa7d159dcf07f30.tar.gz dexon-4e13a09c5033b4cf073db6aeaaa7d159dcf07f30.tar.bz2 dexon-4e13a09c5033b4cf073db6aeaaa7d159dcf07f30.tar.lz dexon-4e13a09c5033b4cf073db6aeaaa7d159dcf07f30.tar.xz dexon-4e13a09c5033b4cf073db6aeaaa7d159dcf07f30.tar.zst dexon-4e13a09c5033b4cf073db6aeaaa7d159dcf07f30.zip |
Merge pull request #19370 from karalabe/geth-1.8.24
Backport PR for the v1.8.24 maintenance release
Diffstat (limited to '.travis.yml')
-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 |