From b931493d2fb041b6b97bd27fd8aa5abe348a4a70 Mon Sep 17 00:00:00 2001 From: Anuken Date: Thu, 29 Aug 2019 17:04:05 -0400 Subject: [PATCH] Updated travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5a23b0dcce..b4d5c8751d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ script: - "./gradlew desktop:dist -Pbuildversion=${TRAVIS_TAG:1}" - "./gradlew server:dist -Pbuildversion=${TRAVIS_TAG:1}" - git clone --depth=1 --branch=master https://github.com/Anuken/MindustryBuilds ../MindustryBuilds -- cd MindustryBuilds +- cd ../MindustryBuilds - git tag ${TRAVIS_BUILD} - git push origin ${TRAVIS_BUILD}