Sha256: 43b701d6b191b56b1ea42dab816f943b5b54da755d9b885cf19905131d959fd5

Contents?: true

Size: 1.12 KB

Versions: 3

Compression:

Stored size: 1.12 KB

Contents

language: ruby
script: bundle exec rake
rvm:
- 2.0
- 2.1
- 2.3
- 2.4
- 2.5
- 2.6
- ruby-head
- jruby-head
services:
- redis-server
matrix:
  allow_failures:
  - rvm: jruby-head
  - rvm: ruby-head
  exclude:
  - rvm: 2.0
    gemfile: gemfiles/activesupport_50.gemfile
  - rvm: 2.1
    gemfile: gemfiles/activesupport_50.gemfile
  - rvm: 2.0
    gemfile: gemfiles/activesupport_51.gemfile
  - rvm: 2.1
    gemfile: gemfiles/activesupport_51.gemfile
  - rvm: 2.0
    gemfile: gemfiles/activesupport_52.gemfile
  - rvm: 2.1
    gemfile: gemfiles/activesupport_52.gemfile
notifications:
  webhooks: https://www.travisbuddy.com/
  on_success: never
gemfile:
- gemfiles/activesupport_3.gemfile
- gemfiles/activesupport_4.gemfile
- gemfiles/activesupport_50.gemfile
- gemfiles/activesupport_51.gemfile
- gemfiles/activesupport_52.gemfile
deploy:
  provider: rubygems
  api_key:
    secure: VHWLUgCtqlKjeS5uGOxS4tnEUSPiapyvBvgSpr+FUeQnjAE9jgJvz+rAmiNy/pp8fAhjH5FdyIUXuh2rE2sWcBYrOa1rCvrc7eBHdnpZ4U7ULJwQKhC/4dOE33ClaZX2pex4pv12I2218ZH5TsqdmQ0Ci0ccfNZJv0vs+IFP+kQ=
  gem: redis-activesupport
  on:
    tags: true
    repo: redis-store/redis-activesupport

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
redis-activesupport-5.3.0 .travis.yml
redis-activesupport-5.2.1 .travis.yml
redis-activesupport-5.2.0 .travis.yml