Sha256: cf7e2eb20a5dfe10dfabad6ce018b33b017d7559c736e25baea9e1846841bc31

Contents?: true

Size: 698 Bytes

Versions: 1

Compression:

Stored size: 698 Bytes

Contents

language: ruby

env:
  - RUN_COVERAGE_REPORT=true

rvm:
  - 2.4.2
  - 2.5.3
  - 2.6.0
  - 2.7.0

before_install:
  - 'echo ''gem: --no-ri --no-rdoc'' > ~/.gemrc'
  - gem install bundler
  - bundle install --clean --path vendor/bundle

# uncomment this line if your project needs to run something other than `rake`:
script:
  - bundle exec rspec spec
  - bundle exec rubocop

gemfile:
  - gemfiles/activesupport_4.gemfile
  - gemfiles/activesupport_5.gemfile
  - gemfiles/activesupport_6.gemfile

matrix:
  exclude:
  - rvm: 2.4.2
    gemfile: gemfiles/activesupport_6.gemfile
  - rvm: 2.7.0
    gemfile: gemfiles/activesupport_3.gemfile
  - rvm: 2.7.0
    gemfile: gemfiles/activesupport_4.gemfile

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
light-service-0.15.0 .travis.yml