Skip to content

Commit

Permalink
Skip cleanup before deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
raboof committed Aug 29, 2018
1 parent ae6505f commit 9ea4030
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 @@ -7,6 +7,7 @@ script:

deploy:
provider: script
skip_cleanup: true
script:
- sbt ^publish
- openssl aes-256-cbc -K $encrypted_2b1ceb155314_key -iv $encrypted_2b1ceb155314_iv -in private.key.enc -out .travis/private.key -d
Expand Down

0 comments on commit 9ea4030

Please sign in to comment.