From 4e8a02be7deee88cb16e73ce8f9410a7992c9247 Mon Sep 17 00:00:00 2001 From: Anuken Date: Thu, 12 Sep 2019 17:33:15 -0400 Subject: [PATCH] 2 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f526813775..8b1669cbee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ script: - git commit -m "Updating to build ${TRAVIS_BUILD_NUMBER}" - git tag ${TRAVIS_BUILD_NUMBER} - git config --global user.name "Build Uploader" -- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then git push https://Anuken:${GH_PUSH_TOKEN}@github.com/Anuken/MindustryBuilds ${TRAVIS_BUILD_NUMBER}; fi +- 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 - "./gradlew test"