diff options
author | Patrick Steuer <patrick.steuer@de.ibm.com> | 2019-11-14 10:34:02 +0100 |
---|---|---|
committer | Patrick Steuer <patrick.steuer@de.ibm.com> | 2019-11-15 11:15:43 +0100 |
commit | 985412f8c14853b9936852bc7ef4d9438db27b88 (patch) | |
tree | 15da39cdc1cbc8a4691d2fdf7a2a73ec487cc3b1 /.travis.yml | |
parent | testutil/init.c rename to testutil/testutil_init.c (diff) | |
download | openssl-985412f8c14853b9936852bc7ef4d9438db27b88.tar.xz openssl-985412f8c14853b9936852bc7ef4d9438db27b88.zip |
travis.yml: add arch s390x target
Signed-off-by: Patrick Steuer <patrick.steuer@de.ibm.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10446)
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 4b104642ff..a5b66b3dfa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,6 +36,10 @@ matrix: arch: arm64 compiler: gcc env: CONFIG_OPTS="--strict-warnings" + - os: linux + arch: s390x + compiler: gcc + env: CONFIG_OPTS="--strict-warnings" - os: linux-ppc64le sudo: false compiler: clang |