summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2022-01-07 09:41:14 +0000
committerJoe Orton <jorton@apache.org>2022-01-07 09:41:14 +0000
commit065e72042543fc6360aeb053fed73e275486035c (patch)
tree3e8cab1eac8d53c32973a932243caa4688e0d729
parentad6376b0f7a8f28bca94f9fae3067ed500034fde (diff)
downloadapr-065e72042543fc6360aeb053fed73e275486035c.tar.gz
Since bionic is the default, switch one -Werror build to xenial.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1896782 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 9f6de4ace..95f3623dd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,8 +23,8 @@ matrix:
env: CONFIG="--enable-maintainer-mode --disable-ipv6"
- name: Maintainer-mode, -Werror
env: NOTEST_CFLAGS=-Werror CONFIG="--enable-maintainer-mode"
- - name: Maintainer-mode, -Werror (Bionic)
- dist: bionic
+ - name: Maintainer-mode, -Werror (Xenial)
+ dist: xenial
env: NOTEST_CFLAGS=-Werror CONFIG="--enable-maintainer-mode"
- name: Maintainer-mode, -Werror (Focal)
dist: focal