From 89bd02c5ab65d2e28524ac8432ea9ed7a72413f0 Mon Sep 17 00:00:00 2001 From: jiahao Date: Fri, 15 Oct 2021 18:06:59 +0800 Subject: [PATCH] travis-ci: upgrade dist of travis-ci to ubuntu bionic. --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index b55640a..52c23d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ sudo: required -dist: xenial +dist: bionic os: linux @@ -20,7 +20,7 @@ addons: linux-s390x: &linux-s390x os: linux arch: s390x - dist: xenial + dist: bionic compiler: gcc addons: apt: @@ -59,7 +59,7 @@ linux-s390x: &linux-s390x linux-ppc64le: &linux-ppc64le os: linux arch: ppc64le - dist: xenial + dist: bionic compiler: gcc addons: apt: @@ -155,4 +155,4 @@ script: - export PATH=$OPENRESTY_PREFIX/bin:$OPENRESTY_PREFIX/nginx/sbin:$PATH - nginx -V - ldd `which nginx`|grep -E 'luajit|ssl|pcre' - - prove -r t/ + - prove -I. -r t/