summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2020-01-14 13:51:25 +0100
committerJoe Orton <jorton@apache.org>2020-01-14 13:51:25 +0100
commitb08f77330156bca4fa27c1194bddf63085709b23 (patch)
tree0eccea5cca2659ce6b7ca134786f8a817403464b /.travis.yml
parent* modules/loggers/config.m4, modules/md/config2.m4, acinclude.m4: (diff)
downloadapache2-b08f77330156bca4fa27c1194bddf63085709b23.tar.xz
apache2-b08f77330156bca4fa27c1194bddf63085709b23.zip
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
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 1092d010cc..6c71441f8e 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"