From 95c6d854a74c73693b891ac595207e333bf5fd17 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Wed, 2 May 2018 15:28:08 +0200 Subject: [PATCH] travis: add check-doc-dist to test script --- tests/aux/build-and-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/aux/build-and-test.sh b/tests/aux/build-and-test.sh index b789dcf..b239d32 100755 --- a/tests/aux/build-and-test.sh +++ b/tests/aux/build-and-test.sh @@ -26,7 +26,7 @@ fi set -e ./configure $CONFIGURE_ARGS $COVERAGE -make check +make check check-doc-dist if [ "x$COVERAGE" != "x" ]; then gem install coveralls-lcov coveralls-lcov coverage/app2.info