Revert "Travis config trial: using original name/email"

This reverts commit ded7dc723d0609111f5c2df0ff32eeaf0894b2d9.
This commit is contained in:
Milo Yip 2014-07-12 18:34:29 +08:00
parent ded7dc723d
commit ca05d85183

View File

@ -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}" git config user.name "${GIT_NAME-travis}"
git config user.email "${GIT_EMAIL}" git config 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