Skip to content

Commit 9908732

Browse files
authored
travis-ci: upgrade dist of travis-ci to ubuntu bionic. (#65)
1 parent b341b7d commit 9908732

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

@@ -71,4 +71,4 @@ script:
7171
- ngx-build $NGINX_VERSION --with-ipv6 --with-http_realip_module --with-http_ssl_module --with-cc-opt="-I$OPENSSL_INC" --with-ld-opt="-L$OPENSSL_LIB -Wl,-rpath,$OPENSSL_LIB" --add-module=../ndk-nginx-module --add-module=../lua-nginx-module --with-debug > build.log 2>&1 || (cat build.log && exit 1)
7272
- nginx -V
7373
- ldd `which nginx`|grep -E 'luajit|ssl|pcre'
74-
- prove -r t
74+
- prove -I. -r t

0 commit comments

Comments
 (0)