From da1f153e5e260f1744ee1bf4f24ca3a74ffea465 Mon Sep 17 00:00:00 2001 From: Elichai Turkel Date: Mon, 25 Nov 2019 14:13:11 +0200 Subject: Add s390x tests to travis --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 3ede878839..6612d5e4d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -102,6 +102,12 @@ jobs: 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]' + arch: s390x + env: >- + FILE_ENV="./ci/test/00_setup_env_s390x.sh" + - stage: test name: 'Win64 [GOAL: deploy] [unit tests, no gui, no functional tests]' env: >- -- cgit v1.2.3