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
2
2
3
3
branches :
4
4
only :
@@ -59,6 +59,8 @@ services:
59
59
- mysql
60
60
61
61
before_install :
62
+ - sudo apt update
63
+ - sudo apt install --only-upgrade ca-certificates
62
64
- ' ! 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)'
63
65
- ' ! grep -n -P '' \t+'' --color `find src -name '' *.c'' ` `find . -name '' *.h'' ` || (echo "ERROR: Cannot use tabs." > /dev/stderr; exit 1)'
64
66
- sudo cpanm --notest Test::Nginx IPC::Run > build.log 2>&1 || (cat build.log && exit 1)
@@ -136,4 +138,4 @@ script:
136
138
- dig +short myip.opendns.com @resolver1.opendns.com || exit 0
137
139
- dig +short @$TEST_NGINX_RESOLVER openresty.org || exit 0
138
140
- 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