Updated travis.yml

This commit is contained in:
Anuken 2019-08-29 17:07:58 -04:00
parent b931493d2f
commit ae4e3e2d33
2 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ script:
- git clone --depth=1 --branch=master https://github.com/Anuken/MindustryBuilds ../MindustryBuilds - git clone --depth=1 --branch=master https://github.com/Anuken/MindustryBuilds ../MindustryBuilds
- cd ../MindustryBuilds - cd ../MindustryBuilds
- git tag ${TRAVIS_BUILD} - git tag ${TRAVIS_BUILD}
- git push origin ${TRAVIS_BUILD} - git push https://Anuken:${GH_PUSH_TOKEN}@github.com/MindustryBuilds ${TRAVIS_BUILD}
deploy: deploy:
- provider: releases - provider: releases

Binary file not shown.