Sha256: 528e1d59aa11052c17811e97d17cde85e934b9f412003b5c7acf1bb41c23518c

Contents?: true

Size: 327 Bytes

Versions: 2

Compression:

Stored size: 327 Bytes

Contents

language: ruby
os: linux
dist: xenial
rvm:
  - 3.1.2
  - 3.0.4
  - 2.7.5
if: branch =~ /^travis|^master$/
bundler_args: --without production
cache: bundler
env:
  jobs:
    - TASK='bundle exec rake spec'
jobs:
  include:
  - name: Rubocop
    env: TASK='bundle exec rubocop'
before_install:
  - gem install bundler -v '~> 2.3'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
infopark_component_cache-5.0.2 .travis.yml
infopark_component_cache-5.0.1 .travis.yml