Skip to content

Commit 48a6960

Browse files
authored
travis-ci: upgrade dist of travis-ci to ubuntu bionic. (openresty#60)
1 parent 7baca92 commit 48a6960

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

@@ -65,4 +65,4 @@ script:
6565
- 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)
6666
- nginx -V
6767
- ldd `which nginx`|grep -E 'luajit|ssl|pcre'
68-
- prove -r t
68+
- prove -I. -r t

0 commit comments

Comments
 (0)