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@dexon.org>2019-04-09 21:32:55 +0800
commitfdf77b0b11e472b590368e9908cbdd08bd09a249 (patch)
treeadc06130af9ae284d12d357ac486771877c3ed25 /.travis.yml
parent924e921287195dabace3c7c7562132c0d5f65d10 (diff)
downloaddexon-fdf77b0b11e472b590368e9908cbdd08bd09a249.tar
dexon-fdf77b0b11e472b590368e9908cbdd08bd09a249.tar.gz
dexon-fdf77b0b11e472b590368e9908cbdd08bd09a249.tar.bz2
dexon-fdf77b0b11e472b590368e9908cbdd08bd09a249.tar.lz
dexon-fdf77b0b11e472b590368e9908cbdd08bd09a249.tar.xz
dexon-fdf77b0b11e472b590368e9908cbdd08bd09a249.tar.zst
dexon-fdf77b0b11e472b590368e9908cbdd08bd09a249.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: