Skip to content

Commit 1a5ebce

Browse files
authored
travis-ci: upgrade dist of travis-ci to ubuntu bionic. (#66)
1 parent 121a320 commit 1a5ebce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sudo: required
2-
dist: trusty
2+
dist: bionic
33

44
os: linux
55

@@ -57,5 +57,5 @@ script:
5757
- cd ..
5858
- export PATH=$PWD/work/nginx/sbin:$PWD/nginx-devel-utils:$PATH
5959
- ngx-build $NGINX_VERSION --with-ipv6 --with-http_realip_module --with-http_ssl_module --add-module=../lua-nginx-module --with-debug --with-cc-opt="-I$OPENSSL_INC" --with-ld-opt="-L$OPENSSL_LIB -Wl,-rpath,$OPENSSL_LIB" > build.log 2>&1 || (cat build.log && exit 1)
60-
- prove -r t
60+
- prove -I. -r t
6161

0 commit comments

Comments
 (0)