Skip to content

Commit 79fd8bb

Browse files
author
Daniil Efremov
committed
Modify travis config to make available apk download link for every commit #36
1 parent 6b215e3 commit 79fd8bb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,12 @@ cache:
2323
- $HOME/.gradle/wrapper/
2424

2525
script: ./gradlew assembleRelease
26+
27+
28+
deploy:
29+
provider: releases
30+
api_key: "****"
31+
file: "/app/build/outputs/app-release.apk"
32+
skip_cleanup: true
33+
on:
34+
tags: true

0 commit comments

Comments
 (0)