aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-11-25 15:08:37 -0500
committerMarcoFalke <falke.marco@gmail.com>2019-11-25 15:07:28 -0500
commitfa94fc10c881e502e6c9a71f3b7719aa955900f9 (patch)
tree6717aa257ac453ca37a0d16cf19a5be6898fc0cb /.travis.yml
parent2c1c43754b7a29e2fc852c2ad6430ba27aa2d7db (diff)
downloadbitcoin-fa94fc10c881e502e6c9a71f3b7719aa955900f9.tar.xz
ci: Run functional tests on s390x
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 6612d5e4d1..1c19145166 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -96,14 +96,14 @@ jobs:
- set -o errexit; source ./ci/extended_lint/06_script.sh
- stage: test
- name: 'ARM [GOAL: install] [unit tests, functional tests]'
+ name: 'ARM [GOAL: install] [bionic] [unit tests, functional tests]'
arch: arm64
env: >-
FILE_ENV="./ci/test/00_setup_env_arm.sh"
QEMU_USER_CMD="" # Can run the tests natively without qemu
- stage: test
- name: 'S390x [GOAL: install] [unit tests, functional tests]'
+ name: 'S390x [GOAL: install] [bionic] [unit tests, functional tests]'
arch: s390x
env: >-
FILE_ENV="./ci/test/00_setup_env_s390x.sh"