commit 5848bc5244c17b1fbe9d3472d74a9dd6d5081dfd Author: Alexander Færøy ahf@torproject.org Date: Thu Jun 20 19:54:23 2019 +0200
Force Homebrew to update.
See: https://bugs.torproject.org/30928 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/.travis.yml b/.travis.yml index a7d72821..e3b7bdfb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -142,6 +142,9 @@ addons: homebrew: packages: - tor + # See ticket #30928 for more information. This key should be removed at + # some point to speed up builds. + update: true
install: ## We also need to install stem's dependencies
tor-commits@lists.torproject.org