summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-04-24 10:38:19 -0400
committerNick Mathewson <nickm@torproject.org>2018-04-24 10:38:19 -0400
commit34e7dca9c9e902a58fe8942cef666f1d99d06030 (patch)
treed0d9bb1a2f2e1cab01e9bf89b096ac23b97d1456 /changes
parent9727b4c5d683173888b5a49e8b24c3faa9045521 (diff)
parent61251337153448afa1cc2baae252c3f0d6353162 (diff)
downloadtor-34e7dca9c9e902a58fe8942cef666f1d99d06030.tar.gz
tor-34e7dca9c9e902a58fe8942cef666f1d99d06030.zip
Merge branch 'travis_distcheck_029' into maint-0.2.9
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.