Travis: run make distcheck
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 4 Aug 2015 08:18:36 +0000 (10:18 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 4 Aug 2015 08:18:36 +0000 (10:18 +0200)
This way we test if we can successfully build from tarball,
and we didn't leave out any files or forgot to clean something up.

.travis.yml

index 3bc8e0a..a205373 100644 (file)
@@ -1,3 +1,3 @@
 sudo: false
 language: c
-script: sh build.sh && ./configure && make && make check
+script: sh build.sh && ./configure && make distcheck