diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-04-24 10:38:37 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-04-24 10:38:37 -0400 |
commit | 5cc3a0379eba0eb4e9baac97468fcaebcc654437 (patch) | |
tree | 497bd0d3e6e50c89a74608f5ebf79f728509e211 /changes/travis_distcheck | |
parent | e8886340762cbe3be306268dfe0003214b09ac07 (diff) | |
parent | 34e7dca9c9e902a58fe8942cef666f1d99d06030 (diff) | |
download | tor-5cc3a0379eba0eb4e9baac97468fcaebcc654437.tar.gz tor-5cc3a0379eba0eb4e9baac97468fcaebcc654437.zip |
Merge branch 'maint-0.2.9' into maint-0.3.1
Diffstat (limited to 'changes/travis_distcheck')
-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. |