diff options
author | teor <teor@torproject.org> | 2018-08-10 12:33:51 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2018-08-10 12:41:58 +1000 |
commit | f398da2e2d2c2472619b1c42463cbf2ccc84cc6a (patch) | |
tree | 674c0f96955fb4d5fe8012b13eedbf2f9e85d686 /.travis.yml | |
parent | 229a75a49a440e61c97dca820cf59360470e1560 (diff) | |
download | tor-f398da2e2d2c2472619b1c42463cbf2ccc84cc6a.tar.gz tor-f398da2e2d2c2472619b1c42463cbf2ccc84cc6a.zip |
Travis: put distcheck first for readability
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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="" |