Skip to content

Commit

Permalink
Fixed release deployment to not clean up after build before deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Boereck committed Jul 23, 2018
1 parent a7f0391 commit 2eef245
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- "./mvnw clean deploy -DskipTests -Drelease --settings .travis/settings.xml"
install: true
deploy:
skip_cleanup: true
provider: bintray
on:
tags: true
Expand Down

0 comments on commit 2eef245

Please sign in to comment.