[tor-commits] [tor/release-0.2.9] Travis: put distcheck first for readability
nickm at torproject.org
nickm at torproject.org
Wed Aug 22 00:04:26 UTC 2018
commit f4f2e43f5dfa6da163ec89ab67baa4f2f13b3197
Author: teor <teor at torproject.org>
Date: Fri Aug 10 12:33:51 2018 +1000
Travis: put distcheck first for readability
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index bc39f661b..7583eb749 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
More information about the tor-commits
mailing list