Skip to content

Commit da1f153

Browse files
committed
Add s390x tests to travis
1 parent 2fa65e0 commit da1f153

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,12 @@ jobs:
102102
FILE_ENV="./ci/test/00_setup_env_arm.sh"
103103
QEMU_USER_CMD="" # Can run the tests natively without qemu
104104
105+
- stage: test
106+
name: 'S390x [GOAL: install] [unit tests, functional tests]'
107+
arch: s390x
108+
env: >-
109+
FILE_ENV="./ci/test/00_setup_env_s390x.sh"
110+
105111
- stage: test
106112
name: 'Win64 [GOAL: deploy] [unit tests, no gui, no functional tests]'
107113
env: >-

0 commit comments

Comments
 (0)