summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorTaylor Yu <catalyst@torproject.org>2018-10-10 15:13:02 -0500
committerTaylor Yu <catalyst@torproject.org>2018-10-10 15:13:02 -0500
commit484b259604175a7cac313346b8574a36c70b66b7 (patch)
treefe2971e4e5d69f8ee3dae212de91d6d390aa624c /changes
parent48182c147b03dcf4ebdac607a3ce6606ab287668 (diff)
parentcc10873dee71f8250f19e580826f756fa291e197 (diff)
downloadtor-484b259604175a7cac313346b8574a36c70b66b7.tar.gz
tor-484b259604175a7cac313346b8574a36c70b66b7.zip
Merge branch 'bug27738-033' into bug27738-034
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.