Skip to content

Commit

Permalink
Modify travis config to make available apk download link for every co…
Browse files Browse the repository at this point in the history
…mmit #36
  • Loading branch information
Daniil Efremov committed Nov 11, 2016
1 parent 6b215e3 commit 79fd8bb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,12 @@ cache:
- $HOME/.gradle/wrapper/

script: ./gradlew assembleRelease


deploy:
provider: releases
api_key: "****"
file: "/app/build/outputs/app-release.apk"
skip_cleanup: true
on:
tags: true

0 comments on commit 79fd8bb

Please sign in to comment.