travis: Run make distcheck

Signed-off-by: Thomas Graf <tgraf@suug.ch>
This commit is contained in:
Thomas Graf 2014-08-30 13:32:49 +02:00
parent 8b4ce86cc9
commit 6920af805c

View File

@ -6,4 +6,4 @@ if [ $CC = "clang" ]; then
FLAGS="$FLAGS -Wno-error=unused-command-line-argument" FLAGS="$FLAGS -Wno-error=unused-command-line-argument"
fi fi
./autogen.sh && ./configure && make CFLAGS="$FLAGS" ./autogen.sh && ./configure && make CFLAGS="$FLAGS" && make distcheck