commit f90f8e4b0d4c8263d0e310a0fa020dda7fe6c91c Author: teor teor@torproject.org Date: Fri May 24 15:13:52 2019 +1000
Travis: show the correct macOS tor versions --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml index 30ec9cf..97703f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,20 +30,20 @@ matrix: - env: NETWORK_FLAVOUR="hs-v2-min" - env: NETWORK_FLAVOUR="hs-v3-min" - env: NETWORK_FLAVOUR="single-onion-v23" - - env: NETWORK_FLAVOUR="bridges+ipv6-min" + - env: NETWORK_FLAVOUR="bridges+ipv6-min" TOR="stable-release" os: osx language: c python: ## The IPv6 exit test doesn't actually require IPv6, see #30182. ## But we'll keep this test, because it does test IPv6 exit config. - env: NETWORK_FLAVOUR="ipv6-exit-min" - - env: NETWORK_FLAVOUR="hs-v23-ipv6-md" + - env: NETWORK_FLAVOUR="hs-v23-ipv6-md" TOR="stable-release" os: osx language: c python: ## 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" + - env: NETWORK_FLAVOUR="single-onion-v23-ipv6-md" TOR="stable-release" os: osx language: c python: