Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jedsada Tiwongvorakul authored Feb 15, 2017
1 parent 7c62ae0 commit e5b71fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ script:
./gradlew clean build

deploy:
provider: pre-release
provider: releases
file_glob: true
file: app/build/outputs/apk/*.apk
skip_cleanup: true
Expand All @@ -36,4 +36,4 @@ deploy:
repo: T-Jedsada/Dagger2_MVP_Example
jdk: oraclejdk8
api_key:
secure: ${personal_token}
secure: ${personal_token}

0 comments on commit e5b71fa

Please sign in to comment.