summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-04-24 10:38:34 -0400
committerNick Mathewson <nickm@torproject.org>2018-04-24 10:38:34 -0400
commitd44753b0e8a710468171ad24a1be85c921923e76 (patch)
tree3da89140fef37eb3426dc628c6bd8d70f9d042a4 /changes
parent7e7b052b2a114900b5e6575fd5375dc00c09d5db (diff)
parentd5d312884f7d8d9a0212b12e954270b8b9f72258 (diff)
downloadtor-d44753b0e8a710468171ad24a1be85c921923e76.tar.gz
tor-d44753b0e8a710468171ad24a1be85c921923e76.zip
Merge branch 'travis_distcheck_033' into maint-0.3.3
Diffstat (limited to 'changes')
-rw-r--r--changes/travis_distcheck4
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/travis_distcheck b/changes/travis_distcheck
new file mode 100644
index 0000000000..0f278fe7ee
--- /dev/null
+++ b/changes/travis_distcheck
@@ -0,0 +1,4 @@
+ o Minor features (continuous integration):
+ - Our .travis.yml configuration now includes support for testing
+ the results of "make distcheck". (It's not uncommon for "make check" to
+ pass but "make distcheck" to fail.) Closes ticket 25814.