diff --git a/.travis.yml b/.travis.yml index 53a652f577..6ffa4ad60d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ script: - git add . - git commit -m "Updating to build ${TRAVIS_BUILD_NUMBER}" - git tag ${TRAVIS_BUILD_NUMBER} +- git config --global user.name "Build Uploader" - git push https://Anuken:${GH_PUSH_TOKEN}@github.com/Anuken/MindustryBuilds ${TRAVIS_BUILD_NUMBER} - cd ../Mindustry - git clone --depth=1 --branch=master https://github.com/Anuken/Arc ../Arc