aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-11-05 11:35:28 +0100
committerMarcoFalke <falke.marco@gmail.com>2020-11-05 12:00:18 +0100
commitfac05178366a1c9100b1d19d66fb669d7266f306 (patch)
tree35848bdf3afe4e642058939c926aa5502f1db581 /.travis.yml
parentf33e3325417988711476fd4703ac013d13a5de46 (diff)
downloadbitcoin-fac05178366a1c9100b1d19d66fb669d7266f306.tar.xz
travis: Remove s390x build
The build didn't find too many issues, and they are generally only endianness related, so easy to fix if they do make it into the main developement branch. With travis migrating its service, it fails too often intermittently. It might be more appropriate to run it manually once before every release.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 5c8049aada..55b34ae422 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -73,13 +73,6 @@ jobs:
QEMU_USER_CMD=""
- stage: test
- name: 'S390x [GOAL: install] [buster] [unit tests, functional tests]'
- arch: s390x # Can disable QEMU_USER_CMD and run the tests natively without qemu
- env: >-
- FILE_ENV="./ci/test/00_setup_env_s390x.sh"
- QEMU_USER_CMD=""
-
- - stage: test
name: 'Win64 [GOAL: deploy] [unit tests, no gui, no boost::process, no functional tests]'
env: >-
FILE_ENV="./ci/test/00_setup_env_win64.sh"