We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da6b29d commit dde9355Copy full SHA for dde9355
1 file changed
.travis.yml
@@ -9,7 +9,6 @@ env:
9
- REPO=t-e-l/tel
10
- APK_NAME=TEL-${TRAVIS_BUILD_NUMBER}
11
- DEV_NAME=DEV-BUILD-${TRAVIS_BUILD_NUMBER}
12
- - DEV_BODY="This is a dev build! Dont use it! Dont ask anybody about it!"
13
android:
14
components:
15
- tools
@@ -68,7 +67,7 @@ deploy:
68
67
file: ${APK_NAME}.apk
69
name: ${DEV_NAME}
70
tag_name: ${DEV_NAME}
71
- body: ${DEV_BODY}
+ body: "This is a dev build!/nDont use it!/nDont ask anybody about it!"
72
skip_cleanup: true
73
prerelease: true
74
on:
0 commit comments