aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2018-08-10 12:33:51 +1000
committerteor <teor@torproject.org>2018-08-10 12:41:58 +1000
commitf398da2e2d2c2472619b1c42463cbf2ccc84cc6a (patch)
tree674c0f96955fb4d5fe8012b13eedbf2f9e85d686 /.travis.yml
parent229a75a49a440e61c97dca820cf59360470e1560 (diff)
downloadtor-f398da2e2d2c2472619b1c42463cbf2ccc84cc6a.tar.gz
tor-f398da2e2d2c2472619b1c42463cbf2ccc84cc6a.zip
Travis: put distcheck first for readability
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 8c2c9e3d61..c7ea5948e5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -49,7 +49,7 @@ matrix:
## We run rust and coverage with hardening off, which seems like enough
# - env: HARDENING_OPTIONS=""
## We check asciidoc with distcheck, to make sure we remove doc products
- - env: ASCIIDOC_OPTIONS="" DISTCHECK="yes"
+ - env: DISTCHECK="yes" ASCIIDOC_OPTIONS=""
## Check rust offline without distcheck (see above)
## TOR_RUST_DEPENDENCIES is spelt RUST_DEPENDENCIES in 0.3.2
- env: RUST_OPTIONS="--enable-rust" RUST_DEPENDENCIES=true HARDENING_OPTIONS=""