Skip to content

Commit

Permalink
Make Travis upload tags to github releases
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Apr 4, 2016
1 parent 4183ecb commit 96d47fb
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
language: android
branches:
only:
- master
android:
components:
- build-tools-22.0.1
Expand All @@ -11,3 +8,10 @@ before_script:
- npm install
script:
make travis
deploy:
provider: releases
api_key: $GITHUB_OAUTH_TOKEN
file: android/build/outputs/apk/enketo-collect-SNAPSHOT-debug.apk
skip_cleanup: true
on:
tags: true

0 comments on commit 96d47fb

Please sign in to comment.