diff options
author | Joe Orton <jorton@apache.org> | 2020-03-20 11:52:25 +0100 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2020-03-20 11:52:25 +0100 |
commit | 7e0e79de7a2adae016a7f2f632f04cabbbfa2efa (patch) | |
tree | 4fe3a2df9883aabbbe14cdf1d59a2095e1f96c6e /.travis.yml | |
parent | add absent /modules/http2/*.o to .gitignore (diff) | |
download | apache2-7e0e79de7a2adae016a7f2f632f04cabbbfa2efa.tar.xz apache2-7e0e79de7a2adae016a7f2f632f04cabbbfa2efa.zip |
Add simple test for apxs to catch regression in r1872042.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1875465 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 254de6fac0..258f62ce22 100644 --- a/.travis.yml +++ b/.travis.yml @@ -72,8 +72,9 @@ jobs: - libapr1-dev - libbrotli-dev:i386 # ------------------------------------------------------------------------- - - name: Linux Ubuntu, Default, all-modules + - name: Linux Ubuntu, Default, all-modules + install env: CONFIG="--enable-mods-shared=reallyall" + TEST_INSTALL=1 # ------------------------------------------------------------------------- - name: Linux Ubuntu, Default, all-static modules env: CONFIG="--enable-mods-static=reallyall" |