From b08f77330156bca4fa27c1194bddf63085709b23 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Tue, 14 Jan 2020 12:51:25 +0000 Subject: [PATCH] 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 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) 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" -- 2.47.3