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)
This commit is contained in:
Patrick Steuer 2019-11-14 10:34:02 +01:00
parent e74b5dcf16
commit 985412f8c1
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@ matrix:
arch: arm64 arch: arm64
compiler: gcc compiler: gcc
env: CONFIG_OPTS="--strict-warnings" env: CONFIG_OPTS="--strict-warnings"
- os: linux
arch: s390x
compiler: gcc
env: CONFIG_OPTS="--strict-warnings"
- os: linux-ppc64le - os: linux-ppc64le
sudo: false sudo: false
compiler: clang compiler: clang