Skip to content

Commit

Permalink
Travis apk upload for GitHub releases
Browse files Browse the repository at this point in the history
  • Loading branch information
pasniak committed May 3, 2017
1 parent 6a314ff commit fc9b45b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,13 @@ licenses:
- 'google-gdk-license-.+'

script:
bash gradlew test --continue
bash gradlew test --continue

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

0 comments on commit fc9b45b

Please sign in to comment.