]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update some conditions. [skip ci]
authorJoe Orton <jorton@apache.org>
Wed, 29 Jul 2020 14:01:33 +0000 (14:01 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 29 Jul 2020 14:01:33 +0000 (14:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1880404 13f79535-47bb-0310-9956-ffa450edef68

.travis.yml

index 80348b9191075bb24f968df53fdcd6f135f90fdf..9f068e2ce6b4ba4ff7977d03e90dc776b46e8759 100644 (file)
@@ -43,7 +43,8 @@ jobs:
   include:
     - name: Linux Ubuntu, Default module set
     # -------------------------------------------------------------------------
-    - name: Empty APLOGNO() test
+    - if: *condition_not_24x
+      name: Empty APLOGNO() test
       env: SKIP_TESTING=1 TEST_LOGNO=1
     # -------------------------------------------------------------------------
     - name: Linux s390x Ubuntu, all-modules
@@ -58,7 +59,7 @@ jobs:
       arch: arm64
       env: CONFIG="--enable-mods-shared=reallyall"
     # -------------------------------------------------------------------------
-    - if: branch = trunk
+    - if: *condition_not_24x
       name: Linux i386 Ubuntu, Shared MPMs, most modules, maintainer-mode w/-Werror
       env: CONFIG="--enable-mods-shared=reallyall --disable-xml2enc --disable-proxy-html --enable-mpms-shared=all --enable-maintainer-mode"
            PKG_CONFIG_PATH="/usr/lib/i386-linux-gnu/pkgconfig"