[tor-commits] [chutney/master] travis: allow up to 1 failure before declaring chutney broken
teor at torproject.org
teor at torproject.org
Wed Mar 13 02:41:29 UTC 2019
commit 9ef9cccd993793973eea6555f4de1800682794c0
Author: Nick Mathewson <nickm at torproject.org>
Date: Tue Mar 12 09:00:31 2019 -0400
travis: allow up to 1 failure before declaring chutney broken
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 3f8b938..8a140dd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -163,7 +163,7 @@ install:
- tor --version
script:
- - tools/test-network.sh
+ - tools/test-network.sh --allow-failures 1
after_failure:
## List the contents of net/nodes
More information about the tor-commits
mailing list