[tor-commits] [tor/master] Fix allow_failures section

teor at torproject.org teor at torproject.org
Tue Mar 17 11:09:22 UTC 2020


commit 437da7fb3a1a8834a2cc939119f71da15d5bea64
Author: rl1987 <rl1987 at sdf.lonestar.org>
Date:   Fri Mar 6 19:45:03 2020 +0200

    Fix allow_failures section
---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 13d4d9d10..49745278b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -119,6 +119,8 @@ matrix:
     #- env: CHUTNEY_MAKE="test-network-ipv6" CHUTNEY="yes" CHUTNEY_ALLOW_FAILURES="2" SKIP_MAKE_CHECK="yes"
     #  os: osx
     - env: ALL_BUGS_ARE_FATAL="yes"
+    - env: ALL_BUGS_ARE_FATAL="yes" SKIP_MAKE_CHECK="yes" CHUTNEY="yes"
+    - env: ALL_BUGS_ARE_FATAL="yes" SKIP_MAKE_CHECK="yes" TEST_STEM="yes"
 
 ## (Linux only) Use a recent Linux image (Ubuntu Bionic)
 dist: bionic





More information about the tor-commits mailing list