diff options
author | Elichai Turkel <elichai.turkel@gmail.com> | 2019-11-25 14:13:11 +0200 |
---|---|---|
committer | Elichai Turkel <elichai.turkel@gmail.com> | 2019-11-25 14:34:49 +0200 |
commit | da1f153e5e260f1744ee1bf4f24ca3a74ffea465 (patch) | |
tree | 8da1cd4c4aee2eb655e566e54450d155d94828b8 /.travis.yml | |
parent | 2fa65e0de94f01d502e8ace89be3c5dc963dd764 (diff) |
Add s390x tests to travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 3ede878839..6612d5e4d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -103,6 +103,12 @@ jobs: 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: >- FILE_ENV="./ci/test/00_setup_env_win64.sh" |