Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Tue, 04 Dec 2018 07:54:51 UTC Commit: cb83551549c3cb2264cf522580c3e02990cdea92 https://github.com/geany/geany-plugins/commit/cb83551549c3cb2264cf522580c3e0...
Log Message: ----------- travis: Run distcheck as well
Modified Paths: -------------- .travis.yml
Modified: .travis.yml 1 lines changed, 1 insertions(+), 0 deletions(-) =================================================================== @@ -135,6 +135,7 @@ script: - ../configure --disable-silent-rules - make -j2 - make -j2 check + - make -j2 distcheck
after_script: - test -z "$TEMPDIR" || rm -rf "$TEMPDIR"
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).