diff options
author | Jack Lloyd <[email protected]> | 2020-06-18 11:28:09 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2020-06-18 11:28:09 -0400 |
commit | 0e72ee37b1bfd10f835d5399f9d1ecf40c08bd4d (patch) | |
tree | 304b15e0494f14e2172906ea4f5d0318a6a17d8f /src/scripts/ci/travis.yml | |
parent | 8b506a244c8ef05bc613d532297ff2cb628fc99f (diff) |
Move S390 build up in queue as it is taking a while to boot right now
Diffstat (limited to 'src/scripts/ci/travis.yml')
-rw-r--r-- | src/scripts/ci/travis.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/scripts/ci/travis.yml b/src/scripts/ci/travis.yml index 209ba564a..2fce754cd 100644 --- a/src/scripts/ci/travis.yml +++ b/src/scripts/ci/travis.yml @@ -47,24 +47,24 @@ jobs: - os: linux dist: bionic - name: Linux arm64 - arch: arm64 + name: Linux s390x + arch: s390x compiler: gcc env: - TARGET="shared" - os: linux dist: bionic - name: Linux ppc64le - arch: ppc64le + name: Linux arm64 + arch: arm64 compiler: gcc env: - TARGET="shared" - os: linux dist: bionic - name: Linux s390x - arch: s390x + name: Linux ppc64le + arch: ppc64le compiler: gcc env: - TARGET="shared" |