diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-05-07 09:58:57 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-05-07 09:58:57 -0400 |
commit | 8c705ff1291ef7876ab1a939e2c7312aacc3dc37 (patch) | |
tree | 65fd0ef8048b0cc53a29a909a8be8f5728e3613b /.travis.yml | |
parent | 3b1e289248dcda896aaa1c84995ee9c6077601e6 (diff) |
travis: Remove s390x
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/.travis.yml b/.travis.yml index 63e502cc3e..6c98fd0b23 100644 --- a/.travis.yml +++ b/.travis.yml @@ -88,26 +88,6 @@ jobs: FILE_ENV="./ci/test/00_setup_env_arm.sh" QEMU_USER_CMD="" - - stage: test - name: 's390x native BE [GOAL: install] [bionic] [no depends, no GUI]' - arch: s390x - dist: bionic - addons: - apt: - packages: - - bsdmainutils - - libboost-filesystem-dev - - libboost-system-dev - - libboost-test-dev - - libboost-thread-dev - - libdb++-dev - - libdb-dev - - libevent-dev - env: >- - DANGER_RUN_CI_ON_HOST=true - CI_USE_APT_INSTALL=no - FILE_ENV="./ci/test/00_setup_env_s390x_host.sh" - # s390 build was disabled temporarily because of disk space issues on the Travis VM # # - stage: test |