We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dbcb88d + 03cedbf commit 5609ee1Copy full SHA for 5609ee1
.travis.yml
@@ -1,5 +1,3 @@
1
-sudo: false
2
-
3
addons:
4
apt:
5
packages:
@@ -23,9 +21,9 @@ before_cache:
23
21
24
22
cache:
25
directories:
+ - $HOME/.cache/coursier
26
- $HOME/.ivy2/cache
27
- - $HOME/.sbt/boot/
28
- - $HOME/.coursier/
+ - $HOME/.sbt
29
30
before_script:
31
@@ -34,7 +32,7 @@ before_deploy:
34
32
deploy:
35
33
- provider: script
36
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
+ cleanup: false
38
on:
39
all_branches: true
40
condition: $GITHUB_PERSONAL_ACCESS_TOKEN
0 commit comments