Skip to content

Commit

Permalink
GFETCH-79 Tests if Travis CI can deploy apk to github releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Fahim Masud Choudhury committed Apr 21, 2016
1 parent 11ab060 commit 9417371
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,6 +23,15 @@ android:
# - sys-img-armeabi-v7a-android-21
- sys-img-armeabi-v7a-android-23

deploy:
- provider: releases
api_key: cD78mTqsvxYKqPexgKAk
file: app/build/outputs/apk/app-debug.apk
skip_cleanup: true
on:
repo: NerdCats/RoboCat
tags: true

env:
global:
# install timeout in minutes (2 minutes by default)
Expand Down

0 comments on commit 9417371

Please sign in to comment.