Sha256: 3b27a360d60db2e1ff6f1d8c9fed60fcb139679055a9574fa82e7a6b35a9a15a

Contents?: true

Size: 491 Bytes

Versions: 9

Compression:

Stored size: 491 Bytes

Contents

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

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

9 entries across 9 versions & 1 rubygems

Version Path
appmap-0.93.3 .travis.yml
appmap-0.93.2 .travis.yml
appmap-0.93.1 .travis.yml
appmap-0.93.0 .travis.yml
appmap-0.92.1 .travis.yml
appmap-0.92.0 .travis.yml
appmap-0.91.0 .travis.yml
appmap-0.90.1 .travis.yml
appmap-0.90.0 .travis.yml