aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2020-02-13 13:22:19 +1000
committerteor <teor@torproject.org>2020-02-13 13:37:51 +1000
commit9ba147e9af37ce3697bc1352595da94dcf0262f4 (patch)
tree5eecbeb43b6fd2941511081e6411c3da50f6992a /.travis.yml
parent82bacca4e0c47baa34a6cbb49ed9d1c96999e749 (diff)
downloadtor-9ba147e9af37ce3697bc1352595da94dcf0262f4.tar.gz
tor-9ba147e9af37ce3697bc1352595da94dcf0262f4.zip
Travis: Remove a redundant distcheck job
Part of 33194.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 911a5f6ab6..29533dab08 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -57,16 +57,12 @@ matrix:
- env: CHUTNEY="yes" CHUTNEY_ALLOW_FAILURES="2" SKIP_MAKE_CHECK="yes"
compiler: clang
## We check asciidoc with distcheck, to make sure we remove doc products
- ## We use Linux clang, because there are no other Linux clang jobs
- env: DISTCHECK="yes" ASCIIDOC_OPTIONS="" SKIP_MAKE_CHECK="yes"
- compiler: clang
## We include a single coverage build with the best options for coverage
- env: COVERAGE_OPTIONS="--enable-coverage" HARDENING_OPTIONS="" TOR_TEST_RNG_SEED="636f766572616765"
## We run rust on Linux, because it's faster than rust on macOS
## We check rust offline
- 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