aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2018-12-31 22:24:06 +0800
committerWei-Ning Huang <w@byzantine-lab.io>2019-06-12 17:27:20 +0800
commit59e8802f35e6ccdc23c8cfce548eb6c81dd0dc55 (patch)
treebcf5a444de0f624aac2b3377b2817b6298d9ccc0 /.travis.yml
parent95dadff0cf35ff6ca9d148ac66b9223c5e36f3c3 (diff)
downloadgo-tangerine-59e8802f35e6ccdc23c8cfce548eb6c81dd0dc55.tar
go-tangerine-59e8802f35e6ccdc23c8cfce548eb6c81dd0dc55.tar.gz
go-tangerine-59e8802f35e6ccdc23c8cfce548eb6c81dd0dc55.tar.bz2
go-tangerine-59e8802f35e6ccdc23c8cfce548eb6c81dd0dc55.tar.lz
go-tangerine-59e8802f35e6ccdc23c8cfce548eb6c81dd0dc55.tar.xz
go-tangerine-59e8802f35e6ccdc23c8cfce548eb6c81dd0dc55.tar.zst
go-tangerine-59e8802f35e6ccdc23c8cfce548eb6c81dd0dc55.zip
travis-ci: fix gcp-linux build (#114)
The ubuntu trusty distribution binutils-aarch64-linux-gnu package does not contain the gold linker. Use the xenial distribution instead.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 52b8d026e..f4b9ee464 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -82,7 +82,7 @@ matrix:
# This builder does the Linux GCP uploads
- if: type = push
os: linux
- dist: trusty
+ dist: xenial
sudo: required
go: 1.11.x
env: