1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-01-31 16:52:19 +01:00

skip the repo token for coveralls

This commit is contained in:
Klas Lindfors 2015-03-10 08:01:03 +01:00
parent 6065655593
commit 1aba59cde0

View File

@ -9,6 +9,5 @@ autoreconf -i
make check
if [ "x$COVERAGE" != "x" ]; then
gem install coveralls-lcov
set +x
coveralls-lcov --repo-token $COVERALLS_TOKEN coverage/app2.info
coveralls-lcov coverage/app2.info
fi