Sha256: e3038ae29668da1a7be430924151dabcb9fc5191ba5b7d3a0611fe21d3a8d43f

Contents?: true

Size: 665 Bytes

Versions: 2

Compression:

Stored size: 665 Bytes

Contents

language: ruby
before_install:
  - gem install bundler
  - "rm ${BUNDLE_GEMFILE}.lock"
cache: bundler
rvm:
  - 2.3.8
  - 2.4.10
  - 2.5.8
  - 2.6.6
  - 2.7.1
jobs:
  include:
    - stage: deploy
      rvm: 2.7.1
      deploy:
        provider: rubygems
        api_key:
          secure: DaIvbW+6p9LNv3YrnsIDtwo4f/7pIe1Y1E5tQuoOspN+lnUhaL5qFWYtbyuMUW9yG9TQhPCn9irCbUBkoKLCKCcbtYrQsELY2hx+z3fFJ7wZMriLojCttf4yZfGdK539clcPsIpkWVSsDaUnxGC1nbj5pJBLJk4U23SiZrMWL0I=
        gem: aws_sns_manager
        on:
          tags: true
          repo: nafu/aws_sns_manager
addons:
  code_climate:
    repo_token: f963cfa99b5c830023926cbaa0cf70b2112d28cdc1b7db78bf39841936e4f766

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
aws_sns_manager-0.0.4.pre.alpha.pre.57 .travis.yml
aws_sns_manager-0.0.4.pre.alpha.pre.54 .travis.yml