From 61251337153448afa1cc2baae252c3f0d6353162 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 18 Apr 2018 14:24:54 -0400 Subject: Add distcheck support to travis configuration. Implements 25814. --- changes/travis_distcheck | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/travis_distcheck (limited to 'changes') 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. -- cgit v1.2.3-54-g00ecf