Skip to content

Commit

Permalink
Don't clear between building and deploying
Browse files Browse the repository at this point in the history
Hopefully fixes #478
  • Loading branch information
raboof committed Oct 17, 2017
1 parent 1dc2714 commit 5e03648
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 @@ -41,6 +41,7 @@ cache:

deploy:
provider: script
skip_cleanup: true
script:
- sbt -J-XX:ReservedCodeCacheSize=128m ++$TRAVIS_SCALA_VERSION publish && curl -I https://ci.lightbend.com/job/techhub-publisher/build?token=$TECH_HUB_TOKEN
on:
Expand Down

0 comments on commit 5e03648

Please sign in to comment.