From: Joe Orton Date: Tue, 14 Jan 2020 12:51:25 +0000 (+0000) Subject: Add Travis job with --enable-mods-static=reallyall. X-Git-Tag: 2.5.0-alpha2-ci-test-only~1700 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b08f77330156bca4fa27c1194bddf63085709b23;p=thirdparty%2Fapache%2Fhttpd.git Add Travis job with --enable-mods-static=reallyall. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872777 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.travis.yml b/.travis.yml index 1092d010cc5..6c71441f8ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"