commit 6a44c9f4ef5f3991776535fabae0c1aa0850f4f7 Author: teor teor@torproject.org Date: Mon Jun 10 20:26:35 2019 +1000
Travis: add a note about v2 onion service IPv6 tests
See #23588 for v3 onion service IPv6 in tor. See #30279 for v3 onion service IPv6 in chutney CI. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/.travis.yml b/.travis.yml index 50719b8..065915d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,6 +41,8 @@ matrix: os: osx language: c python: + ## v2 onion services only, see #30279 for v3 onion services + ## needs #23588 in macOS homebrew, once 0.4.1-stable is released - env: TOR="stable-release" NETWORK_FLAVOUR="single-onion-ipv6-md" os: osx language: c