diff --git a/.travis.yml b/.travis.yml index fd136c980..7bcaf0e53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,6 +47,11 @@ matrix: if: type != cron compiler: clang env: TARGET=linux-glibc OPENSSL_VERSION=1.1.1d + - os: linux + arch: s390x + if: type != cron + compiler: gcc + env: TARGET=linux-glibc OPENSSL_VERSION=1.1.1d - os: linux if: type == cron compiler: clang