[tor-commits] [chutney/master] Travis: Add a missing NETWORK_FLAVOUR
teor at torproject.org
teor at torproject.org
Wed Feb 19 07:37:44 UTC 2020
commit cace8eb6f88c61412daa3e526956e4cc11c506fe
Author: teor <teor at 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
More information about the tor-commits
mailing list