Skip to content

Commit

Permalink
Revert "Travis config trial: git config --global"
Browse files Browse the repository at this point in the history
Avoids messing with global config when running the script
manually on a developer machine.

This reverts commit 6225092.
  • Loading branch information
pah committed Jul 12, 2014
1 parent 4575f93 commit 2875b57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/travis-doxygen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2875b57

Please sign in to comment.