Skip to content

Commit 680293c

Browse files
authored
Migrate deprecated Travis CI settings
1 parent 9b1fde0 commit 680293c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
sudo: false
2-
31
addons:
42
apt:
53
packages:
@@ -31,7 +29,7 @@ before_deploy:
3129
deploy:
3230
- provider: script
3331
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
32+
cleanup: false
3533
on:
3634
all_branches: true
3735
condition: $GITHUB_PERSONAL_ACCESS_TOKEN

0 commit comments

Comments
 (0)