Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorPhilipp A. Hartmann <pah@qo.cx>2014-07-12 21:02:20 +0400
committerPhilipp A. Hartmann <pah@qo.cx>2014-07-12 21:58:52 +0400
commit4575f9343152bbf1f2d11cde7dd902b925f7a469 (patch)
treeef07abd6313776e7b2b4ebe4b906490806f1056c /build
parenta5c1324da99074b8c581a6a136341eb3edbe0faa (diff)
MacOS X doesn't have '/bin/true'
Diffstat (limited to 'build')
-rwxr-xr-xbuild/travis-doxygen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/travis-doxygen.sh b/build/travis-doxygen.sh
index ad50b3ff..1282a6f7 100755
--- a/build/travis-doxygen.sh
+++ b/build/travis-doxygen.sh
@@ -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 || \