summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2020-03-20 11:52:25 +0100
committerJoe Orton <jorton@apache.org>2020-03-20 11:52:25 +0100
commit7e0e79de7a2adae016a7f2f632f04cabbbfa2efa (patch)
tree4fe3a2df9883aabbbe14cdf1d59a2095e1f96c6e /.travis.yml
parentadd absent /modules/http2/*.o to .gitignore (diff)
downloadapache2-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.yml3
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"