Skip to content

Commit

Permalink
Use deploy instead of after_success
Browse files Browse the repository at this point in the history
  • Loading branch information
meson10 committed Apr 13, 2018
1 parent d596561 commit 263764a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@ jdk:
script:
- ./gradlew build

after_success:
- ./gradlew bintrayUpload
deploy:
provider: script
script: ./gradlew bintrayUpload
on:
branch: prod

0 comments on commit 263764a

Please sign in to comment.