travis-ci: upgrade dist of travis-ci to ubuntu bionic.

This commit is contained in:
jiahao 2021-10-15 18:06:59 +08:00
parent 9fa420424a
commit 89bd02c5ab
1 changed files with 4 additions and 4 deletions

View File

@ -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/