Commit 62250923 authored by Milo Yip's avatar Milo Yip

Travis config trial: git config --global

parent ca05d851
...@@ -64,8 +64,8 @@ gh_pages_prepare() ...@@ -64,8 +64,8 @@ gh_pages_prepare()
git clone --single-branch -b gh-pages ${GHPAGES_URL} html git clone --single-branch -b gh-pages ${GHPAGES_URL} html
cd html cd html
# setup git config (with defaults) # setup git config (with defaults)
git config user.name "${GIT_NAME-travis}" git config --global user.name "${GIT_NAME-travis}"
git config user.email "${GIT_EMAIL-"travis@localhost"}" git config --global user.email "${GIT_EMAIL-"travis@localhost"}"
# clean working dir # clean working dir
rm -f .git/index rm -f .git/index
git clean -df git clean -df
......
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