Sha256: 1c03b9847f3f82f5b4ce4ed90e09fb03dd53cad5d52320bb3e4cc5a91f88cf43

Contents?: true

Size: 427 Bytes

Versions: 2

Compression:

Stored size: 427 Bytes

Contents

language: ruby
os: linux
dist: xenial
rvm:
  - 2.6.6
  - 2.5.3
  - 2.4.5
gemfile:
  - Gemfile
  - Gemfile.rails51
bundler_args: --without production
cache: bundler
env:
  jobs:
    - TASK='bundle exec rake spec'
jobs:
  include:
    - {}
    - name: rubocop
      script: bundle exec rubocop
script: $TASK
before_install:
  - gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
  - gem install bundler -v '< 2'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
infopark_component_cache-4.0.1 .travis.yml
infopark_component_cache-4.0.0 .travis.yml