summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2014-08-30 13:32:49 +0200
committerThomas Graf <tgraf@suug.ch>2014-08-30 13:32:49 +0200
commit6920af805ce3146514729153de0062cc84644109 (patch)
tree11798a8c325940b00dce8e8494689ef0c36bf2a6
parent8b4ce86cc9e493866358fef53c13e549e698eacd (diff)
travis: Run make distcheck
Signed-off-by: Thomas Graf <tgraf@suug.ch>
-rwxr-xr-x.travis/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/run.sh b/.travis/run.sh
index e7caf56..46ea437 100755
--- a/.travis/run.sh
+++ b/.travis/run.sh
@@ -6,4 +6,4 @@ if [ $CC = "clang" ]; then
FLAGS="$FLAGS -Wno-error=unused-command-line-argument"
fi
-./autogen.sh && ./configure && make CFLAGS="$FLAGS"
+./autogen.sh && ./configure && make CFLAGS="$FLAGS" && make distcheck