From: Ruben Kerkhof Date: Tue, 12 Feb 2019 10:13:13 +0000 (+0100) Subject: Run make distcheck instead of make && make check X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=ce5ef4f226eae47679f9958a6f9126a660de12b2 Run make distcheck instead of make && make check The advantage being that this tests that all needed files end up in the tarball and that make clean leaves nothing behind --- diff --git a/.travis.yml b/.travis.yml index 39aaf10b..7029641c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,8 +22,7 @@ before_script: autoreconf -fi script: - if [[ "${TRAVIS_BRANCH}" == "coverity_scan" ]]; then exit 0; fi - ./configure - - make - - make check + - make distcheck addons: apt: