diff options
author | teor <teor@torproject.org> | 2018-08-10 12:33:51 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2018-08-10 12:33:51 +1000 |
commit | f4f2e43f5dfa6da163ec89ab67baa4f2f13b3197 (patch) | |
tree | 582331585ff61bc8cbedfc004f9c1984297ef01a | |
parent | 4cd3fcf2481868a693c31957fe0d61d69bf1312b (diff) | |
download | tor-f4f2e43f5dfa6da163ec89ab67baa4f2f13b3197.tar.gz tor-f4f2e43f5dfa6da163ec89ab67baa4f2f13b3197.zip |
Travis: put distcheck first for readability
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index bc39f661b6..7583eb7490 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ matrix: ## (they shouldn't vary by compiler or OS) - 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="" ## Uncomment to allow the build to report success (with non-required ## sub-builds continuing to run) if all required sub-builds have |