From 231eebec0b31ddef00d92dddd10082747e1d0841 Mon Sep 17 00:00:00 2001 From: Artiom Vaskov Date: Sun, 6 Feb 2022 10:41:46 +0300 Subject: [PATCH] tests: actually run testing on s390x. (#812) Signed-off-by: Artiom Vaskov --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 3dbd6b8..809fdca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,6 +53,7 @@ _linux-s390x: &linux-s390x - export PATH=$OPENRESTY_PREFIX/bin:$OPENRESTY_PREFIX/nginx/sbin:$PATH - nginx -V - ldd `which nginx`|grep -E 'luajit|ssl|pcre' + - prove -I. -r t/ _linux-ppc64le: &linux-ppc64le os: linux