set the git user and email to avoid problems

This commit is contained in:
Matthias Mailänder
2014-06-16 10:30:14 +02:00
parent 6928a828e8
commit 521ca70254

View File

@@ -1,3 +1,6 @@
git config --global user.email "travis@travis-ci.org"
git config --global user.name "travis-ci"
echo "Updating https://github.com/OpenRA/OpenRA/wiki/Traits"
rm -rf openra-wiki
git clone git@github.com:OpenRA/OpenRA.wiki.git openra-wiki