diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-04-18 14:24:54 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-04-18 17:33:19 -0400 |
commit | 61251337153448afa1cc2baae252c3f0d6353162 (patch) | |
tree | 99ca03ec983dbba4c454e70138b717df5749985c /changes | |
parent | d3ff1263092d9ca205b5b54b77db31633bcd80b4 (diff) | |
download | tor-61251337153448afa1cc2baae252c3f0d6353162.tar.gz tor-61251337153448afa1cc2baae252c3f0d6353162.zip |
Add distcheck support to travis configuration.
Implements 25814.
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. |