Skip to content

Commit dde9355

Browse files
authored
fix body
1 parent da6b29d commit dde9355

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ env:
99
- REPO=t-e-l/tel
1010
- APK_NAME=TEL-${TRAVIS_BUILD_NUMBER}
1111
- DEV_NAME=DEV-BUILD-${TRAVIS_BUILD_NUMBER}
12-
- DEV_BODY="This is a dev build! Dont use it! Dont ask anybody about it!"
1312
android:
1413
components:
1514
- tools
@@ -68,7 +67,7 @@ deploy:
6867
file: ${APK_NAME}.apk
6968
name: ${DEV_NAME}
7069
tag_name: ${DEV_NAME}
71-
body: ${DEV_BODY}
70+
body: "This is a dev build!/nDont use it!/nDont ask anybody about it!"
7271
skip_cleanup: true
7372
prerelease: true
7473
on:

0 commit comments

Comments
 (0)