Skip to content

Commit

Permalink
skip_cleanup before the deploy on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
bsideup committed Jan 16, 2017
1 parent 9617146 commit bd636b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -10,6 +10,7 @@ before_install:
- test $TRAVIS_PULL_REQUEST = false && openssl aes-256-cbc -K $encrypted_9ade1221bc88_key -iv $encrypted_9ade1221bc88_iv -in gradle.properties.enc -out gradle.properties -d
deploy:
provider: script
skip_cleanup: true
script: ./gradlew -Pversion=$TRAVIS_TAG clean publishPlugins
on:
tags: true

0 comments on commit bd636b0

Please sign in to comment.