From: Ruben Kerkhof Date: Tue, 12 Feb 2019 10:18:43 +0000 (+0100) Subject: Travis: do a verbose autoreconf X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=f0949e1438e013b0a5e556c81eb151b993464b88 Travis: do a verbose autoreconf --- diff --git a/.travis.yml b/.travis.yml index 2d40b792..e93f2c89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ language: c before_install: # When building the coverity_scan branch, allow only the first job to continue to avoid travis-ci/travis-ci#1975. - if [[ "${TRAVIS_BRANCH}" == "coverity_scan" && ! "${TRAVIS_JOB_NUMBER}" =~ \.1$ ]]; then exit 0; fi -before_script: autoreconf -fi +before_script: autoreconf -vif script: - if [[ "${TRAVIS_BRANCH}" == "coverity_scan" ]]; then exit 0; fi - ./configure