summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-10-18 14:22:36 +1000
committerteor <teor@torproject.org>2019-10-20 20:26:02 +1000
commitbf45b6cf0c2e25bfa0d629ce6dfb44115cc8a473 (patch)
treea786d6a5f806f60c02812cb5cfaab62f840c7294
parentb266a804e96113a9a087bf2395ff54d72a81a082 (diff)
downloadtor-bf45b6cf0c2e25bfa0d629ce6dfb44115cc8a473.tar.gz
tor-bf45b6cf0c2e25bfa0d629ce6dfb44115cc8a473.zip
Travis: Add a --disable-module-relay job
Part of 32123.
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c65923d2c4..1d4f4bee18 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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