Skip to content

Commit

Permalink
Merge pull request #10 from ThoughtWorksInc/template
Browse files Browse the repository at this point in the history
Migrate deprecated Travis CI settings
  • Loading branch information
Atry authored Apr 25, 2020
2 parents b8bc077 + 680293c commit 9fcb079
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
sudo: false

addons:
apt:
packages:
Expand Down Expand Up @@ -31,7 +29,7 @@ before_deploy:
deploy:
- provider: script
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
skip_cleanup: true
cleanup: false
on:
all_branches: true
condition: $SECRET_GIST

0 comments on commit 9fcb079

Please sign in to comment.