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) (cherry picked from commit 985412f8c14853b9936852bc7ef4d9438db27b88)
This commit is contained in:
parent
31c3127a94
commit
f3d32d3cba
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue