Skip to content

Commit 353f916

Browse files
author
Johnny Wang
authored
travis-ci: upgrade dist of travis-ci to ubuntu bionic. (#8)
1 parent 95e9fd6 commit 353f916

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

@@ -61,4 +61,4 @@ script:
6161
- export NGX_BUILD_CC=$CC
6262
- sh util/build.sh $NGINX_VERSION > build.log 2>&1 || (cat build.log && exit 1)
6363
- nginx -V
64-
- prove -r t
64+
- prove -I. -r t

0 commit comments

Comments
 (0)