diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-04-18 18:34:28 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-04-18 18:34:28 -0400 |
commit | bf466f55032f4c9f57e532d150cb30fb7d9fb00d (patch) | |
tree | 16cbaa0f12ce72137513b242b3da6e3893687bf9 /changes | |
parent | 44aa586dea7d8fb4a7db2d0beae46a0c3ae7589b (diff) | |
parent | 61251337153448afa1cc2baae252c3f0d6353162 (diff) | |
download | tor-bf466f55032f4c9f57e532d150cb30fb7d9fb00d.tar.gz tor-bf466f55032f4c9f57e532d150cb30fb7d9fb00d.zip |
Merge branch 'travis_distcheck_029' into travis_distcheck_033
Diffstat (limited to 'changes')
-rw-r--r-- | changes/travis_distcheck | 4 |
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. |