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.
1 parent 9b1fde0 commit 680293cCopy full SHA for 680293c
.travis.yml
@@ -1,5 +1,3 @@
1
-sudo: false
2
-
3
addons:
4
apt:
5
packages:
@@ -31,7 +29,7 @@ before_deploy:
31
29
deploy:
32
30
- provider: script
33
script: sbt ++$TRAVIS_SCALA_VERSION "set every Seq(sonatypeSessionName := \"Travis Job $TRAVIS_JOB_NAME $TRAVIS_JOB_NUMBER ($TRAVIS_JOB_WEB_URL)\", publishTo := sonatypePublishToBundle.value)" publishSigned sonatypeBundleRelease
34
- skip_cleanup: true
+ cleanup: false
35
on:
36
all_branches: true
37
condition: $GITHUB_PERSONAL_ACCESS_TOKEN
0 commit comments