Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
firelotus committed Aug 11, 2018
2 parents 8a09d6f + 2c12908 commit f92a1b6
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,18 @@ before_install:

script:
# - ./gradlew clean build
- ./gradlew :app:assembleRlsRelease
- ./gradlew :app:assembleRlsRelease

deploy:
provider: releases
api_key:
secure: 76365c9e32d539cb342ecc9100e81c9ee8e9c525
file: app/build/outputs/apk/rls/release/app-rls-release.apk
on:
repo: firelotus/Meteorite
tags: true
all_branches: true
before_install:
- gem install fir-cli
after_deploy:
- fir p app/build/outputs/apk/rls/release/app-rls-release.apk -T $FIR_TOKEN -c "`git cat-file tag $TRAVIS_TAG`"

0 comments on commit f92a1b6

Please sign in to comment.