Sha256: 1df8e76d2c8939935e2b1394926dfc1732d13a6d6341e0363a1f0ec8619f7746

Contents?: true

Size: 583 Bytes

Versions: 4

Compression:

Stored size: 583 Bytes

Contents

language: ruby
dist: bionic
cache:
- bundle
- yarn

# NB: if you update the ruby versions here, you also need to update
# them in the Rakefile.
rbenv:
- 2.6
- 2.7
- 3.0
- 3.1

services:
- postgresql

before_install:
  - |
    nvm install --lts \
      && nvm use --lts \
      && npm i -g yarn

before_deploy:
  - |
    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

4 entries across 4 versions & 1 rubygems

Version Path
appmap-0.80.2 .travis.yml
appmap-0.80.1 .travis.yml
appmap-0.80.0 .travis.yml
appmap-0.79.0 .travis.yml