1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-25 17:42:29 +02:00

update travis yml file

This commit is contained in:
oliexdev
2017-10-21 12:28:19 +02:00
parent 883e90f36d
commit eba0fffb9c

View File

@@ -9,12 +9,6 @@ android:
- android-24
- extra-android-m2repository
script: cd android_app && ./gradlew assembleDebug
after_success:
- chmod +x ./upload_apk.sh
- ./upload_apk.sh
deploy:
provider: releases
api-key: $GITHUB_API_KEY
@@ -24,3 +18,9 @@ deploy:
body: "Automatically openScale dev build by Travis CI"
draft: false
prerelease: true
after_success:
- chmod +x ./upload_apk.sh
- ./upload_apk.sh
script: cd android_app && ./gradlew assembleDebug