Skip to content

Commit

Permalink
try to fix the deploy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
2BAB committed Sep 27, 2018
1 parent ddd6e43 commit c9b3301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cache:
before_deploy:
- export AAR_FILE=$(ls build/libs | grep -v 'javadoc\|sources')
deploy:
- provider: sh
- provider: script
script: "./gradlew bintrayUpload"
on:
tags: true
Expand Down

0 comments on commit c9b3301

Please sign in to comment.