Skip to content

Commit

Permalink
travis-ci: upgrade dist of travis-ci to ubuntu bionic. (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny Wang authored Oct 15, 2021
1 parent d157db5 commit c70b80b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sudo: required
dist: trusty
dist: bionic

os: linux

Expand Down Expand Up @@ -30,7 +30,7 @@ env:
- NGINX_VERSION=1.19.9 OPENSSL_VER=1.1.1k

before_install:
- sudo apt-get install -qq -y axel cpanminus libtest-base-perl libtext-diff-perl liburi-perl libwww-perl libtest-longstring-perl liblist-moreutils-perl > build.log 2>&1 || (cat build.log && exit 1)
- sudo apt-get install -qq -y axel cpanminus libtest-base-perl libtext-diff-perl liburi-perl libwww-perl libtest-longstring-perl liblist-moreutils-perl ca-certificates > build.log 2>&1 || (cat build.log && exit 1)

install:
- if [ ! -f download-cache/pcre-$PCRE_VER.tar.gz ]; then wget -P download-cache http://ftp.cs.stanford.edu/pub/exim/pcre/pcre-$PCRE_VER.tar.gz; fi
Expand Down Expand Up @@ -70,4 +70,4 @@ script:
- sh util/build.sh $NGINX_VERSION > build.log 2>&1 || (cat build.log && exit 1)
- nginx -V
- ldd `which nginx`|grep luajit
- prove -r t
- prove -I. -r t

0 comments on commit c70b80b

Please sign in to comment.