commit cace8eb6f88c61412daa3e526956e4cc11c506fe Author: teor teor@torproject.org Date: Wed Feb 19 17:35:18 2020 +1000
Travis: Add a missing NETWORK_FLAVOUR
This network was running chutney's default network flavour before, changing to basic-min shouldn't make any difference.
Obviously correct changes to already-reviewed code. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml index 73f0bfe..b651e13 100644 --- a/.travis.yml +++ b/.travis.yml @@ -131,7 +131,7 @@ matrix: language: c python: ## python 3 is already installed, under this name - env: PYTHON="python3" TOR="stable-release" + env: PYTHON="python3" TOR="stable-release" NETWORK_FLAVOUR="basic-min"
## Pre-installed in Travis Bionic: ## https://docs.travis-ci.com/user/reference/bionic/#python-support
tor-commits@lists.torproject.org