You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2020/10/30 20:06:33 UTC

svn commit: r1882999 - /httpd/httpd/trunk/.travis.yml

Author: rpluem
Date: Fri Oct 30 20:06:33 2020
New Revision: 1882999

URL: http://svn.apache.org/viewvc?rev=1882999&view=rev
Log:
* Condition is not needed on Focal as the system APR (1.6) is recent enough for trunk [skip ci]

Modified:
    httpd/httpd/trunk/.travis.yml

Modified: httpd/httpd/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/.travis.yml?rev=1882999&r1=1882998&r2=1882999&view=diff
==============================================================================
--- httpd/httpd/trunk/.travis.yml (original)
+++ httpd/httpd/trunk/.travis.yml Fri Oct 30 20:06:33 2020
@@ -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"