From 1142af853db8b61e7f395da111785cfac1dd040e Mon Sep 17 00:00:00 2001 From: Anuken Date: Thu, 29 Aug 2019 18:37:27 -0400 Subject: [PATCH] ... --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6ddbb11538..53a652f577 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,11 +8,11 @@ android: script: - git clone --depth=1 --branch=master https://github.com/Anuken/MindustryBuilds ../MindustryBuilds - cd ../MindustryBuilds -- echo ${TRAVIS_BUILD} > version.txt +- echo ${TRAVIS_BUILD_NUMBER} > 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} +- git commit -m "Updating to build ${TRAVIS_BUILD_NUMBER}" +- git tag ${TRAVIS_BUILD_NUMBER} +- 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"