From 985412f8c14853b9936852bc7ef4d9438db27b88 Mon Sep 17 00:00:00 2001 From: Patrick Steuer Date: Thu, 14 Nov 2019 10:34:02 +0100 Subject: travis.yml: add arch s390x target Signed-off-by: Patrick Steuer Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/10446) --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 4b10464..a5b66b3 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 -- cgit v1.1