1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2024-11-29 00:24:11 +01:00

travis: add check-doc-dist to test script

This commit is contained in:
Klas Lindfors 2018-05-02 15:28:08 +02:00
parent 067d451a1e
commit 95c6d854a7
No known key found for this signature in database
GPG Key ID: BCA00FD4B2168C0A

View File

@ -26,7 +26,7 @@ fi
set -e set -e
./configure $CONFIGURE_ARGS $COVERAGE ./configure $CONFIGURE_ARGS $COVERAGE
make check make check check-doc-dist
if [ "x$COVERAGE" != "x" ]; then if [ "x$COVERAGE" != "x" ]; then
gem install coveralls-lcov gem install coveralls-lcov
coveralls-lcov coverage/app2.info coveralls-lcov coverage/app2.info