]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
Travis: disable dependency tracking
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 12 Feb 2019 10:18:08 +0000 (11:18 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 12 Feb 2019 10:18:08 +0000 (11:18 +0100)
Should speed up the build a bit

.travis.yml

index 707e6b1aca7e2bd332a4f37c786e79552aaeac2e..2d40b792aeccc620887a45e21dc9158d11defe7c 100644 (file)
@@ -21,7 +21,7 @@ before_script: autoreconf -fi
 script:
   - if [[ "${TRAVIS_BRANCH}" == "coverity_scan" ]]; then exit 0; fi
   - ./configure
-  - make distcheck
+  - make distcheck DISTCHECK_CONFIGURE_FLAGS="--disable-dependency-tracking"
 
 addons:
   apt: