Skip to content

Commit

Permalink
tests: update the OS to ubuntu focal.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuizhuhaomeng committed Aug 19, 2023
1 parent 3f22afc commit 3b93d89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
@@ -1,5 +1,5 @@
sudo: required
dist: bionic
dist: focal

branches:
only:
Expand Down Expand Up @@ -28,7 +28,7 @@ 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)

install:
- git clone https://github.com/openresty/nginx-devel-utils.git
- git clone https://github.com/openresty/openresty-devel-utils.git
- git clone https://github.com/openresty/openresty.git ../openresty
- git clone https://github.com/openresty/no-pool-nginx.git ../no-pool-nginx
- git clone https://github.com/simpl/ngx_devel_kit.git ../ndk-nginx-module
Expand All @@ -41,7 +41,7 @@ install:
- git clone https://github.com/calio/iconv-nginx-module.git ../iconv-nginx-module

script:
- export PATH=$PWD/work/nginx/sbin:$PWD/nginx-devel-utils:$PATH
- export PATH=$PWD/work/nginx/sbin:$PWD/openresty-devel-utils:$PATH
- ngx-releng > check.txt || true
- lines=`wc -l check.txt | awk '{print $1}'`; if [ $lines -gt 3 ]; then cat check.txt; exit 1; fi
- cd luajit2
Expand Down

0 comments on commit 3b93d89

Please sign in to comment.