Sha256: 8c42059398cb20ce29e956342d61526238d6e8b127cfccb6f18ce1b28c4ecd64

Contents?: true

Size: 502 Bytes

Versions: 1

Compression:

Stored size: 502 Bytes

Contents

language: ruby
rvm:
- 2.7
- '3.0'
sudo: false
before_install:
  - gem update --system
  - gem install bundler
deploy:
  provider: rubygems
  api_key:
    secure: cIDF27JCirxxg7SXw6R+xxABMwCrrirJiJzljVxb/MdlRyUVaSW8XdZjOVyNgJkCx+vQOX4U+hp+p0xVI/Loh4EXkgbDvu2oGIAn/g1lfWabwKtdkFEviQn4tWvqDcEkxm5Hm6Gs0pFCaurqynMPNbsLVAEIiSw+la8LxEeeQ6I=
  gem: cfndsl
  on:
    tags: true
    repo: cfndsl/cfndsl
notifications:
  email:
    recipients:
    - gergnz@gmail.com
    on_failure: change
    on_success: never

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cfndsl-1.3.1 .travis.yml