diff options
author | Joe Orton <jorton@apache.org> | 2020-01-14 13:51:25 +0100 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2020-01-14 13:51:25 +0100 |
commit | b08f77330156bca4fa27c1194bddf63085709b23 (patch) | |
tree | 0eccea5cca2659ce6b7ca134786f8a817403464b /.travis.yml | |
parent | * modules/loggers/config.m4, modules/md/config2.m4, acinclude.m4: (diff) | |
download | apache2-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.yml | 3 |
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" |