We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2099683 + fa7da9e commit 28bebd1Copy full SHA for 28bebd1
.travis.yml
@@ -33,6 +33,7 @@ deploy:
33
- provider: script
34
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
35
cleanup: false
36
+ edge: true
37
on:
38
all_branches: true
39
condition: $GITHUB_PERSONAL_ACCESS_TOKEN
0 commit comments