summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2018-09-18 19:26:54 +1000
committerteor <teor@torproject.org>2018-09-18 19:26:54 +1000
commite8c7d7d3be2a281954294fe5738dfd2aa72357e7 (patch)
tree2cdc9e619a3a279e4dcb535a8a340e2454c51e0a /changes
parentc02f2d9eb45786c552dcc33c102e9964d95f66c1 (diff)
downloadtor-e8c7d7d3be2a281954294fe5738dfd2aa72357e7.tar.gz
tor-e8c7d7d3be2a281954294fe5738dfd2aa72357e7.zip
Travis: use the Homebrew addon
Use the Travis Homebrew addon to install packages on macOS. The package list is the same, but the Homebrew addon does not do a `brew update` by default. This makes builds faster, at the cost of using slightly older packages. Implements ticket 27738.
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket277384
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket27738 b/changes/ticket27738
new file mode 100644
index 0000000000..f23bfb019e
--- /dev/null
+++ b/changes/ticket27738
@@ -0,0 +1,4 @@
+ o Minor features (continuous integration):
+ - Use the Travis Homebrew addon to install packages on macOS. The package
+ list is the same, but the Homebrew addon does not do a `brew update` by
+ default. Implements ticket 27738.