travis: use 'distcheck' rather than 'check'

To test the creation of the tar and out-of-tree builds all the time, do
'distcheck' rather than a simple 'check'.

Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
This commit is contained in:
Stefan Berger 2018-09-01 11:50:02 -04:00
parent c51c07a016
commit affd80ad6d

View File

@ -26,5 +26,5 @@ addons:
build_command_prepend: "./bootstrap.sh; ./configure --with-openssl; make clean"
build_command: make -j4
branch_pattern: coverity_scan
script: "./autogen.sh && ./configure --with-openssl --prefix=/usr && make -j4 check
&& sudo make -j4 check"
script: "./autogen.sh --with-openssl --prefix=/usr && make -j4 distcheck
&& sudo make -j4 distcheck"