diff options
author | Jack Lloyd <[email protected]> | 2020-06-18 11:06:11 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2020-06-18 11:06:46 -0400 |
commit | 3e1aa5bb072def6d3c14711e45458b533ae17717 (patch) | |
tree | 20d1d1a39d14768e6cc056244e9ee0e50c085814 /src/scripts/ci/travis.yml | |
parent | e98eb9deb02d4aacca14d947d5a8aab90cf7cf52 (diff) |
Switch S390 build to Bionic
As Xenial seems to be having some problem with booting
Diffstat (limited to 'src/scripts/ci/travis.yml')
-rw-r--r-- | src/scripts/ci/travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scripts/ci/travis.yml b/src/scripts/ci/travis.yml index aacd3c7c7..209ba564a 100644 --- a/src/scripts/ci/travis.yml +++ b/src/scripts/ci/travis.yml @@ -62,6 +62,7 @@ jobs: - TARGET="shared" - os: linux + dist: bionic name: Linux s390x arch: s390x compiler: gcc |