Sha256: 09a5b32c0282cbccab7b2e86850aa05e1df27dcf1ccc4bf2abdedd7a67bfeb67

Contents?: true

Size: 437 Bytes

Versions: 1

Compression:

Stored size: 437 Bytes

Contents

language: ruby
os: linux
dist: xenial
rvm:
  - 2.7.5
  - 2.6.6
gemfile:
  - Gemfile
  - Gemfile.rails51
  - Gemfile.rails50
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

1 entries across 1 versions & 1 rubygems

Version Path
infopark_component_cache-4.2.0 .travis.yml