Sha256: 5d0b51e0e70e4ca48ca62937542fdedc9659ea242ed4754e7581fdfa6b8731e4
Contents?: true
Size: 801 Bytes
Versions: 13
Compression:
Stored size: 801 Bytes
Contents
language: ruby dist: focal cache: - bundle - yarn # Travis pre-installs some Ruby versions. You can see the current list # by clicking on "Build system information" on line 7 which reveals a # section called "Pre-installed Ruby versions". Use versions from # that list to not install rvm and ruby each time. rvm: - 2.6.9 - 2.7.6 - 3.0.1 # doesn't show in pre-installed list - 3.1.2 - 3.2.0 addons: postgresql: "13" apt: packages: - postgresql-13 - postgresql-client-13 before_deploy: - nvm install lts/* - | npm i -g \ semantic-release \ @semantic-release/git \ @semantic-release/changelog \ semantic-release-rubygem deploy: - provider: script script: ./release.sh on: branch: master condition: "$TRAVIS_RUBY_VERSION =~ ^3.0"
Version data entries
13 entries across 13 versions & 1 rubygems