Sha256: f2f07d7ff2a017df3681c6cf658113308dc504503d0bb43923bc670dad5a885a

Contents?: true

Size: 437 Bytes

Versions: 1

Compression:

Stored size: 437 Bytes

Contents

language: ruby
os: linux
dist: xenial
rvm:
  - 2.6.6
  - 2.5.3
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.1.0 .travis.yml