From b022333df15e11c591dd86121126f3845ec2ed2c Mon Sep 17 00:00:00 2001 From: Anuken Date: Thu, 29 Aug 2019 18:27:42 -0400 Subject: [PATCH] sadness --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fd6f205eab..f7a894bca9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ script: - git clone --depth=1 --branch=master https://github.com/Anuken/MindustryBuilds ../MindustryBuilds - cd ../MindustryBuilds - git tag ${TRAVIS_BUILD} -- git push https://Anuken:${GH_PUSH_TOKEN}@github.com/MindustryBuilds ${TRAVIS_BUILD} +- git push https://Anuken:${GH_PUSH_TOKEN}@github.com/Anuken/MindustryBuilds ${TRAVIS_BUILD} - cd ../Mindustry - git clone --depth=1 --branch=master https://github.com/Anuken/Arc ../Arc - "./gradlew test"