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:56 +0400
committerPhilipp A. Hartmann <pah@qo.cx>2014-07-12 21:58:52 +0400
commit2875b576169ad285b4ad65fa68c21da8b87b3ba5 (patch)
treee7562f7241b7a96ca84ea7ff317042d4c8a20d1b /build
parent4575f9343152bbf1f2d11cde7dd902b925f7a469 (diff)
Revert "Travis config trial: git config --global"
Avoids messing with global config when running the script manually on a developer machine. This reverts commit 6225092355e3087c3e73928f54cc1073c55067d6.
Diffstat (limited to 'build')
-rwxr-xr-xbuild/travis-doxygen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/travis-doxygen.sh b/build/travis-doxygen.sh
index 1282a6f7..9f4b49d3 100755
--- a/build/travis-doxygen.sh
+++ b/build/travis-doxygen.sh
@@ -64,8 +64,8 @@ gh_pages_prepare()
git clone --single-branch -b gh-pages ${GHPAGES_URL} html
cd html
# setup git config (with defaults)
- git config --global user.name "${GIT_NAME-travis}"
- git config --global user.email "${GIT_EMAIL-"travis@localhost"}"
+ git config user.name "${GIT_NAME-travis}"
+ git config user.email "${GIT_EMAIL-"travis@localhost"}"
# clean working dir
rm -f .git/index
git clean -df