From: Patrick Steuer Date: Thu, 14 Nov 2019 09:34:02 +0000 (+0100) Subject: travis.yml: add arch s390x target X-Git-Tag: openssl-3.0.0-alpha1~944 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=985412f8c14853b9936852bc7ef4d9438db27b88;p=oweals%2Fopenssl.git travis.yml: add arch s390x target Signed-off-by: Patrick Steuer Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/10446) --- 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