]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Travis: Add a --disable-module-relay job
authorteor <teor@torproject.org>
Fri, 18 Oct 2019 04:22:36 +0000 (14:22 +1000)
committerteor <teor@torproject.org>
Sun, 20 Oct 2019 10:26:02 +0000 (20:26 +1000)
Part of 32123.

.travis.yml

index c65923d2c4809f16bbdb666ec8a43185b78c109d..1d4f4bee18195b979732e55d0bf011052a7682bd 100644 (file)
@@ -54,6 +54,8 @@ matrix:
     - env: RUST_OPTIONS="--enable-rust" TOR_RUST_DEPENDENCIES=true
     ## We check asciidoc with distcheck, to make sure we remove doc products
     - env: DISTCHECK="yes" ASCIIDOC_OPTIONS="" SKIP_MAKE_CHECK="yes"
+    ## We check disable module relay
+    - env: MODULES_OPTIONS="--disable-module-relay"
     ## We check disable module dirauth
     - env: MODULES_OPTIONS="--disable-module-dirauth"
     ## We run rust on macOS, because we have seen macOS rust failures before