aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2019-04-08 15:43:01 +0800
committerPéter Szilágyi <peterke@gmail.com>2019-04-08 15:43:01 +0800
commitde195bf152549682608af7b1b8c3e823383605d9 (patch)
tree4021d969826bcbcf54df63e95248e256734d8357
parent212b25869d38b61c5114d2f992ec655d270ddfe3 (diff)
downloadgo-tangerine-de195bf152549682608af7b1b8c3e823383605d9.tar
go-tangerine-de195bf152549682608af7b1b8c3e823383605d9.tar.gz
go-tangerine-de195bf152549682608af7b1b8c3e823383605d9.tar.bz2
go-tangerine-de195bf152549682608af7b1b8c3e823383605d9.tar.lz
go-tangerine-de195bf152549682608af7b1b8c3e823383605d9.tar.xz
go-tangerine-de195bf152549682608af7b1b8c3e823383605d9.tar.zst
go-tangerine-de195bf152549682608af7b1b8c3e823383605d9.zip
travis: update builders to xenial to shadow Go releases
-rw-r--r--.travis.yml20
1 files changed, 10 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index 8ff5fa3cf..c0faa62a4 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:
@@ -15,7 +15,7 @@ matrix:
- go run build/ci.go test -coverage $TEST_PACKAGES
- os: linux
- dist: trusty
+ dist: xenial
sudo: required
go: 1.11.x
script:
@@ -27,7 +27,7 @@ matrix:
# These are the latest Go versions.
- os: linux
- dist: trusty
+ dist: xenial
sudo: required
go: 1.12.x
script:
@@ -54,7 +54,7 @@ matrix:
# This builder only tests code linters on latest version of Go
- os: linux
- dist: trusty
+ dist: xenial
go: 1.12.x
env:
- lint
@@ -66,7 +66,7 @@ matrix:
# This builder does the Ubuntu PPA upload
- if: repo = ethereum/go-ethereum AND type = push
os: linux
- dist: trusty
+ dist: xenial
go: 1.12.x
env:
- ubuntu-ppa
@@ -88,7 +88,7 @@ matrix:
# This builder does the Linux Azure uploads
- if: repo = ethereum/go-ethereum AND type = push
os: linux
- dist: trusty
+ dist: xenial
sudo: required
go: 1.12.x
env:
@@ -122,7 +122,7 @@ matrix:
# This builder does the Linux Azure MIPS xgo uploads
- if: repo = ethereum/go-ethereum AND type = push
os: linux
- dist: trusty
+ dist: xenial
services:
- docker
go: 1.12.x
@@ -150,7 +150,7 @@ matrix:
# This builder does the Android Maven and Azure uploads
- if: repo = ethereum/go-ethereum AND type = push
os: linux
- dist: trusty
+ dist: xenial
addons:
apt:
packages:
@@ -216,7 +216,7 @@ matrix:
# This builder does the Azure archive purges to avoid accumulating junk
- if: repo = ethereum/go-ethereum AND type = cron
os: linux
- dist: trusty
+ dist: xenial
go: 1.12.x
env:
- azure-purge
@@ -228,7 +228,7 @@ matrix:
- name: Race Detector for Swarm
if: repo = ethersphere/go-ethereum
os: linux
- dist: trusty
+ dist: xenial
go: 1.12.x
git:
submodules: false # avoid cloning ethereum/tests