Skip to content

Commit

Permalink
travis-ci: upgrade dist of travis-ci to ubuntu bionic. (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaocang committed Oct 15, 2021
1 parent 62acbc0 commit 34b6845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,5 +1,5 @@
sudo: required
dist: xenial
dist: bionic

branches:
only:
Expand Down Expand Up @@ -51,4 +51,4 @@ script:
- export NGX_BUILD_CC=$CC
- sh util/build.sh $NGINX_VERSION > build.log 2>&1 || (cat build.log && exit 1)
- nginx -V
- prove -r t
- prove -I. -r t

0 comments on commit 34b6845

Please sign in to comment.