travis-doxygen.sh: don't ignore Doxygen push error

This commit is contained in:
Philipp A. Hartmann 2014-07-13 11:54:24 +02:00
parent 03834b5980
commit 8d8ce9e9c5

View File

@ -111,8 +111,7 @@ gh_pages_push() {
echo "https://${GH_TOKEN}:@${GITHUB_HOST}" > ${HOME}/.git-credentials ; \
chmod go-rw ${HOME}/.git-credentials )
# push to GitHub
git push origin gh-pages || \
skip "GitHub pages update failed, temporarily ignored."
git push origin gh-pages
}
doxygen_install