travis: update builders to xenial to shadow Go releases
This commit is contained in:
parent
212b25869d
commit
de195bf152
20
.travis.yml
20
.travis.yml
@ -4,7 +4,7 @@ sudo: false
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- os: linux
|
||||||
dist: trusty
|
dist: xenial
|
||||||
sudo: required
|
sudo: required
|
||||||
go: 1.10.x
|
go: 1.10.x
|
||||||
script:
|
script:
|
||||||
@ -15,7 +15,7 @@ matrix:
|
|||||||
- go run build/ci.go test -coverage $TEST_PACKAGES
|
- go run build/ci.go test -coverage $TEST_PACKAGES
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
dist: trusty
|
dist: xenial
|
||||||
sudo: required
|
sudo: required
|
||||||
go: 1.11.x
|
go: 1.11.x
|
||||||
script:
|
script:
|
||||||
@ -27,7 +27,7 @@ matrix:
|
|||||||
|
|
||||||
# These are the latest Go versions.
|
# These are the latest Go versions.
|
||||||
- os: linux
|
- os: linux
|
||||||
dist: trusty
|
dist: xenial
|
||||||
sudo: required
|
sudo: required
|
||||||
go: 1.12.x
|
go: 1.12.x
|
||||||
script:
|
script:
|
||||||
@ -54,7 +54,7 @@ matrix:
|
|||||||
|
|
||||||
# This builder only tests code linters on latest version of Go
|
# This builder only tests code linters on latest version of Go
|
||||||
- os: linux
|
- os: linux
|
||||||
dist: trusty
|
dist: xenial
|
||||||
go: 1.12.x
|
go: 1.12.x
|
||||||
env:
|
env:
|
||||||
- lint
|
- lint
|
||||||
@ -66,7 +66,7 @@ matrix:
|
|||||||
# This builder does the Ubuntu PPA upload
|
# This builder does the Ubuntu PPA upload
|
||||||
- if: repo = ethereum/go-ethereum AND type = push
|
- if: repo = ethereum/go-ethereum AND type = push
|
||||||
os: linux
|
os: linux
|
||||||
dist: trusty
|
dist: xenial
|
||||||
go: 1.12.x
|
go: 1.12.x
|
||||||
env:
|
env:
|
||||||
- ubuntu-ppa
|
- ubuntu-ppa
|
||||||
@ -88,7 +88,7 @@ matrix:
|
|||||||
# This builder does the Linux Azure uploads
|
# This builder does the Linux Azure uploads
|
||||||
- if: repo = ethereum/go-ethereum AND type = push
|
- if: repo = ethereum/go-ethereum AND type = push
|
||||||
os: linux
|
os: linux
|
||||||
dist: trusty
|
dist: xenial
|
||||||
sudo: required
|
sudo: required
|
||||||
go: 1.12.x
|
go: 1.12.x
|
||||||
env:
|
env:
|
||||||
@ -122,7 +122,7 @@ matrix:
|
|||||||
# This builder does the Linux Azure MIPS xgo uploads
|
# This builder does the Linux Azure MIPS xgo uploads
|
||||||
- if: repo = ethereum/go-ethereum AND type = push
|
- if: repo = ethereum/go-ethereum AND type = push
|
||||||
os: linux
|
os: linux
|
||||||
dist: trusty
|
dist: xenial
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
go: 1.12.x
|
go: 1.12.x
|
||||||
@ -150,7 +150,7 @@ matrix:
|
|||||||
# This builder does the Android Maven and Azure uploads
|
# This builder does the Android Maven and Azure uploads
|
||||||
- if: repo = ethereum/go-ethereum AND type = push
|
- if: repo = ethereum/go-ethereum AND type = push
|
||||||
os: linux
|
os: linux
|
||||||
dist: trusty
|
dist: xenial
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
@ -216,7 +216,7 @@ matrix:
|
|||||||
# This builder does the Azure archive purges to avoid accumulating junk
|
# This builder does the Azure archive purges to avoid accumulating junk
|
||||||
- if: repo = ethereum/go-ethereum AND type = cron
|
- if: repo = ethereum/go-ethereum AND type = cron
|
||||||
os: linux
|
os: linux
|
||||||
dist: trusty
|
dist: xenial
|
||||||
go: 1.12.x
|
go: 1.12.x
|
||||||
env:
|
env:
|
||||||
- azure-purge
|
- azure-purge
|
||||||
@ -228,7 +228,7 @@ matrix:
|
|||||||
- name: Race Detector for Swarm
|
- name: Race Detector for Swarm
|
||||||
if: repo = ethersphere/go-ethereum
|
if: repo = ethersphere/go-ethereum
|
||||||
os: linux
|
os: linux
|
||||||
dist: trusty
|
dist: xenial
|
||||||
go: 1.12.x
|
go: 1.12.x
|
||||||
git:
|
git:
|
||||||
submodules: false # avoid cloning ethereum/tests
|
submodules: false # avoid cloning ethereum/tests
|
||||||
|
Loading…
Reference in New Issue
Block a user