diff options
author | Elichai Turkel <elichai.turkel@gmail.com> | 2019-11-28 13:26:48 +0200 |
---|---|---|
committer | Elichai Turkel <elichai.turkel@gmail.com> | 2019-12-14 18:27:13 +0200 |
commit | e1900008699bd45031b7faa9ef3d0a81d54091b0 (patch) | |
tree | 6bb7b023c3f90b316fa5c56c17b7600bae1ecdfb /.travis.yml | |
parent | 3914e877c476f4e83816f4bf2e4c68f0fac181b8 (diff) |
ci-s390x: Add qemu and depends support in the ci script
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 4f9dbeded4..8a7b41f5ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -93,6 +93,7 @@ jobs: arch: s390x env: >- FILE_ENV="./ci/test/00_setup_env_s390x.sh" + QEMU_USER_CMD="" # Can run the tests natively without qemu - stage: test name: 'Win64 [GOAL: deploy] [unit tests, no gui, no functional tests]' |