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 707e6b1..2d40b79 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: