summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtravis.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/travis.sh b/travis.sh
index 1ff52c3..b3b9998 100755
--- a/travis.sh
+++ b/travis.sh
@@ -4,6 +4,7 @@ build_autotools() {
autoreconf -i
./configure --prefix=$PWD/_install
make install
+ make dist
}
build_cmake() {