Commit 4575f934 authored by Philipp A. Hartmann's avatar Philipp A. Hartmann

MacOS X doesn't have '/bin/true'

parent a5c1324d
......@@ -89,7 +89,7 @@ gh_pages_push() {
cd "${TRAVIS_BUILD_DIR}/doc/html";
# setup credentials (hide in "set -x" mode)
git config core.askpass /bin/true
git config core.askpass 'bash -c ":"'
( set +x ; git config credential.${GHPAGES_URL}.username "${GH_TOKEN}" )
# push to GitHub
git push origin gh-pages || \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment