You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2020/01/14 12:51:26 UTC

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

Author: jorton
Date: Tue Jan 14 12:51:25 2020
New Revision: 1872777

URL: http://svn.apache.org/viewvc?rev=1872777&view=rev
Log:
Add Travis job with --enable-mods-static=reallyall.

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

Modified: httpd/httpd/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/.travis.yml?rev=1872777&r1=1872776&r2=1872777&view=diff
==============================================================================
--- httpd/httpd/trunk/.travis.yml (original)
+++ httpd/httpd/trunk/.travis.yml Tue Jan 14 12:51:25 2020
@@ -51,6 +51,9 @@ matrix:
     - name: Linux Ubuntu, Default, all-modules
       env: CONFIG="--enable-mods-shared=reallyall"
     # -------------------------------------------------------------------------
+    - name: Linux Ubuntu, Default, all-static modules
+      env: CONFIG="--enable-mods-static=reallyall"
+    # -------------------------------------------------------------------------
     - name: Linux Ubuntu, Default, all-modules, random test order
       env: CONFIG="--enable-mods-shared=reallyall"
            TEST_ARGS="-order=random"