diff options
author | Ruediger Pluem <rpluem@apache.org> | 2020-10-30 21:06:33 +0100 |
---|---|---|
committer | Ruediger Pluem <rpluem@apache.org> | 2020-10-30 21:06:33 +0100 |
commit | e2c798ed764607b77abe0abf89aeed1e3e8207c8 (patch) | |
tree | d00b21a31a44dcbdc4dbd5cf093d388eb9fa3da8 /.travis.yml | |
parent | Document that KeepAliveTimeout still applies regardless of (diff) | |
download | apache2-e2c798ed764607b77abe0abf89aeed1e3e8207c8.tar.xz apache2-e2c798ed764607b77abe0abf89aeed1e3e8207c8.zip |
* Condition is not needed on Focal as the system APR (1.6) is recent enough for trunk [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1882999 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index e5cdbc2592..ea740a81c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -214,8 +214,7 @@ jobs: CONFIG="--enable-mods-shared=reallyall" APU_CONFIG="--with-crypto --with-ldap" # ------------------------------------------------------------------------- - - if: *condition_24x_only - name: Linux Ubuntu Focal, all-modules, system APR/APR-util + - name: Linux Ubuntu Focal, all-modules, system APR/APR-util os: linux dist: focal env: CONFIG="--enable-mods-shared=reallyall" |