From 52604a96c0192d872e64992cbf8325215725325a Mon Sep 17 00:00:00 2001 From: Vitaly Chikunov Date: Fri, 31 Jan 2020 20:47:02 +0300 Subject: [PATCH] travis-ci: Add (big-endian) s390x build s390x is big-endian which is different from any other arch we build. We have endianness dependent code, thus this is useful to test. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 09de8d9..c106a53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,6 +45,10 @@ matrix: os: linux arch: arm64 compiler: gcc + - name: linux/gcc/s390x/openssl-master + os: linux + arch: s390x + compiler: gcc - name: osx/clang/x86_64/openssl-master os: osx compiler: clang -- 2.39.2