From eacdb3d2c593943f807b309301aca875706bdd0e Mon Sep 17 00:00:00 2001 From: oliexdev Date: Sat, 21 Oct 2017 13:48:48 +0200 Subject: [PATCH] update travis.xml file --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1fba4cad..dcc74e71 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,12 +14,10 @@ deploy: api-key: $GITHUB_API_KEY file: $HOME/openScale-dev-build.apk skip_cleanup: true - overwrite: true name: "openScale dev build" body: "Automatically openScale dev build by Travis CI" prerelease: true - on: - tags: true + overwrite: true after_success: - chmod +x ./upload_apk.sh