Skip to content

Commit 5609ee1

Browse files
committed
2 parents dbcb88d + 03cedbf commit 5609ee1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
sudo: false
2-
31
addons:
42
apt:
53
packages:
@@ -23,9 +21,9 @@ before_cache:
2321

2422
cache:
2523
directories:
24+
- $HOME/.cache/coursier
2625
- $HOME/.ivy2/cache
27-
- $HOME/.sbt/boot/
28-
- $HOME/.coursier/
26+
- $HOME/.sbt
2927

3028
before_script:
3129

@@ -34,7 +32,7 @@ before_deploy:
3432
deploy:
3533
- provider: script
3634
script: sbt $SBT_ARGS ++$TRAVIS_SCALA_VERSION "set every Seq(sonatypeSessionName := \"Travis Job $TRAVIS_JOB_NAME $TRAVIS_JOB_NUMBER ($TRAVIS_JOB_WEB_URL)\", publishTo := sonatypePublishToBundle.value)" publishSigned sonatypeBundleRelease
37-
skip_cleanup: true
35+
cleanup: false
3836
on:
3937
all_branches: true
4038
condition: $GITHUB_PERSONAL_ACCESS_TOKEN

0 commit comments

Comments
 (0)