From a80729c586efda3217d7b2848dac9ab288335270 Mon Sep 17 00:00:00 2001 From: Alan Antonuk Date: Fri, 14 Oct 2016 22:41:27 -0700 Subject: ci: add 'make dist' to autotools travis build --- travis.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'travis.sh') 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() { -- cgit v1.2.1