summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-10-23 08:32:52 +1000
committerteor <teor@torproject.org>2019-10-23 08:32:52 +1000
commitc77162e4e95fdfd6a5cc422802dee943750b14b7 (patch)
treee3f64dae66962fe754788411b3b91e95f92e756c /changes
parent27965f1ef2ff44e2ce7e3f1af72f9112fb30bde5 (diff)
parentda5c8277eacc3a18234373228da1397f36112e19 (diff)
downloadtor-c77162e4e95fdfd6a5cc422802dee943750b14b7.tar.gz
tor-c77162e4e95fdfd6a5cc422802dee943750b14b7.zip
Merge remote-tracking branch 'tor-github/pr/1360' into maint-0.3.5
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket31372_appveyor4
-rw-r--r--changes/ticket31372_travis4
2 files changed, 8 insertions, 0 deletions
diff --git a/changes/ticket31372_appveyor b/changes/ticket31372_appveyor
new file mode 100644
index 0000000000..e7bb03182e
--- /dev/null
+++ b/changes/ticket31372_appveyor
@@ -0,0 +1,4 @@
+ o Minor features (continuous integration):
+ - When building on Appveyor, pass the "-k" flag to make, so that
+ we are informed of all compilation failures, not just the first
+ one or two. Closes part of ticket 31372.
diff --git a/changes/ticket31372_travis b/changes/ticket31372_travis
new file mode 100644
index 0000000000..403869b2ed
--- /dev/null
+++ b/changes/ticket31372_travis
@@ -0,0 +1,4 @@
+ o Minor features (continuous integration):
+ - When building on Travis, pass the "-k" flag to make, so that
+ we are informed of all compilation failures, not just the first
+ one or two. Closes part of ticket 31372.