[tor-commits] [chutney/master] Travis: test IPv6-only v3 single onion services on tor master

teor at torproject.org teor at torproject.org
Mon Jun 10 09:59:36 UTC 2019


commit 7782b26767c95988255c5d5884df94580e22c5c3
Author: teor <teor at torproject.org>
Date:   Wed Apr 24 17:52:33 2019 +1000

    Travis: test IPv6-only v3 single onion services on tor master
    
    Using networks/single-onion-v23-ipv6-md.
    
    Will fail until 23588 is merged into tor master, and built into
    a nightly binary.
    
    Closes 30279.
---
 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index e97703f..30ec9cf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,7 +41,9 @@ matrix:
       os: osx
       language: c
       python:
-    - env: NETWORK_FLAVOUR="single-onion-ipv6-md"
+    ## We expect this test to fail, until #23588 is merged into tor master, and
+    ## built into a nightly binary
+    - env: NETWORK_FLAVOUR="single-onion-v23-ipv6-md"
       os: osx
       language: c
       python:





More information about the tor-commits mailing list