diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-12-31 22:24:06 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-01-14 15:26:26 +0800 |
commit | 2d0cc0a70c5de980852f85ddfb9426d536a0b6e0 (patch) | |
tree | aee437db0c1de81fe9827d0a5988f929eaaf820a /.travis.yml | |
parent | 27c033710623e8e144182f42a0b20c5bd3af66e9 (diff) | |
download | dexon-2d0cc0a70c5de980852f85ddfb9426d536a0b6e0.tar dexon-2d0cc0a70c5de980852f85ddfb9426d536a0b6e0.tar.gz dexon-2d0cc0a70c5de980852f85ddfb9426d536a0b6e0.tar.bz2 dexon-2d0cc0a70c5de980852f85ddfb9426d536a0b6e0.tar.lz dexon-2d0cc0a70c5de980852f85ddfb9426d536a0b6e0.tar.xz dexon-2d0cc0a70c5de980852f85ddfb9426d536a0b6e0.tar.zst dexon-2d0cc0a70c5de980852f85ddfb9426d536a0b6e0.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.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 9f97396fb..ba41079d2 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: |