From 4d502fe0739f75a658b619bf9a3562e0e4fe1dd4 Mon Sep 17 00:00:00 2001 From: Anuken Date: Thu, 29 Aug 2019 18:31:55 -0400 Subject: [PATCH] Updated travis.yml --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index f7a894bca9..6ddbb11538 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,9 @@ android: script: - git clone --depth=1 --branch=master https://github.com/Anuken/MindustryBuilds ../MindustryBuilds - cd ../MindustryBuilds +- echo ${TRAVIS_BUILD} > version.txt +- git add . +- git commit -m "Updating to build ${TRAVIS_BUILD}" - git tag ${TRAVIS_BUILD} - git push https://Anuken:${GH_PUSH_TOKEN}@github.com/Anuken/MindustryBuilds ${TRAVIS_BUILD} - cd ../Mindustry