Run make distcheck instead of make && make check
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 12 Feb 2019 10:13:13 +0000 (11:13 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 12 Feb 2019 10:13:13 +0000 (11:13 +0100)
The advantage being that this tests that all needed files end up in the
tarball and that make clean leaves nothing behind

.travis.yml

index 39aaf10..7029641 100644 (file)
@@ -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: