[ci] after_success.sh: add --verbose flag to luacov-coveralls

pull/3098/head
Frans de Jonge 7 years ago committed by GitHub
parent 3dd18d2a3b
commit 7376c57ceb

@ -28,7 +28,7 @@ if [ "${TRAVIS_PULL_REQUEST}" = false ] && [ "${TRAVIS_BRANCH}" = 'master' ]; th
cp -r doc/html/* koreader_doc/
pushd koreader_doc && {
git add -A
echo -e "\n${ANSI_GREEN}Pusing document update..."
echo -e "\n${ANSI_GREEN}Pushing document update..."
git -c user.name="KOReader build bot" -c user.email="non-reply@koreader.rocks" \
commit -a --amend -m 'Automated documentation build from travis-ci.'
git push -f --quiet origin gh-pages >/dev/null
@ -41,7 +41,7 @@ if [ "${TRAVIS_PULL_REQUEST}" = false ] && [ "${TRAVIS_BRANCH}" = 'master' ]; th
make all
travis_retry make coverage
pushd koreader-*/koreader && {
luajit "$(which luacov-coveralls)"
luajit "$(which luacov-coveralls)" --verbose
} || exit
popd
else

Loading…
Cancel
Save