From 6225092355e3087c3e73928f54cc1073c55067d6 Mon Sep 17 00:00:00 2001 From: Milo Yip Date: Sat, 12 Jul 2014 18:42:26 +0800 Subject: [PATCH] Travis config trial: git config --global --- build/travis-doxygen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/travis-doxygen.sh b/build/travis-doxygen.sh index dabab33..ad50b3f 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 user.name "${GIT_NAME-travis}" - git config user.email "${GIT_EMAIL-"travis@localhost"}" + git config --global user.name "${GIT_NAME-travis}" + git config --global user.email "${GIT_EMAIL-"travis@localhost"}" # clean working dir rm -f .git/index git clean -df