File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1- dist : xenial
1+ dist : bionic
22
33branches :
44 only :
@@ -59,6 +59,8 @@ services:
5959 - mysql
6060
6161before_install :
62+ - sudo apt update
63+ - sudo apt install --only-upgrade ca-certificates
6264 - ' ! grep -n -P '' (?<=.{80}).+'' --color `find src -name '' *.c'' ` `find . -name '' *.h'' ` || (echo "ERROR: Found C source lines exceeding 80 columns." > /dev/stderr; exit 1)'
6365 - ' ! grep -n -P '' \t+'' --color `find src -name '' *.c'' ` `find . -name '' *.h'' ` || (echo "ERROR: Cannot use tabs." > /dev/stderr; exit 1)'
6466 - sudo cpanm --notest Test::Nginx IPC::Run > build.log 2>&1 || (cat build.log && exit 1)
@@ -136,4 +138,4 @@ script:
136138 - dig +short myip.opendns.com @resolver1.opendns.com || exit 0
137139 - dig +short @$TEST_NGINX_RESOLVER openresty.org || exit 0
138140 - dig +short @$TEST_NGINX_RESOLVER agentzh.org || exit 0
139- - prove -Itest-nginx/lib -r t
141+ - prove -I. - Itest-nginx/lib -r t
You can’t perform that action at this time.
0 commit comments