Skip to content

Commit d702489

Browse files
authored
travis-ci: upgrade dist of travis-ci to ubuntu bionic. (openresty#93)
1 parent b61755d commit d702489

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

@@ -83,4 +83,4 @@ script:
8383
- sh util/build.sh $NGINX_VERSION > build.log 2>&1 || (cat build.log && exit 1)
8484
- nginx -V
8585
- ldd `which nginx`|grep luajit
86-
- prove -r t
86+
- prove -I. -r t

0 commit comments

Comments
(0)