[tor-commits] [chutney/master] Travis: use basic-min rather than bridges+hs-v2 by default

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


commit 8b911a762be3b8c410dc2ee502135e49a6fc7803
Author: teor <teor at torproject.org>
Date:   Mon Apr 15 14:42:42 2019 +1000

    Travis: use basic-min rather than bridges+hs-v2 by default
    
    Reduces the complexity of the network, decreasing load and increasing
    reliability.
    
    Part of 30066.
---
 .travis.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index fd9fd03..d015a13 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,7 +25,6 @@ matrix:
     ##     The latest tor version in homebrew is on this page:
     ##       https://formulae.brew.sh/formula/tor
     ##     The Travis version might be slightly older.
-    - env: NETWORK_FLAVOUR="basic-min"
     - env: NETWORK_FLAVOUR="bridges-min"
     - env: NETWORK_FLAVOUR="hs-min"
     - env: NETWORK_FLAVOUR="single-onion"
@@ -161,10 +160,11 @@ dist: xenial
 ## Default is Xcode 9.4 on macOS 10.13 as of August 2018
 #osx_image: xcode9.4
 
-## This env var isn't used by the build, but it's useful for debugging
-## It should be kept in sync with the Linux tor version below
+## The TOR env var should be kept in sync with the Linux tor version below
+## We use the basic-min network by default, to reduce load and increase
+## reliability
 env:
-  - TOR="stable-release"
+  - TOR="stable-release" NETWORK_FLAVOUR="basic-min"
 
 ## Download our dependencies
 addons:





More information about the tor-commits mailing list