Sha256: 3ac9cd0f059042c0d716e14ebc9df8ed38ece7f2d81582078fee015dd9efb06a

Contents?: true

Size: 453 Bytes

Versions: 2

Compression:

Stored size: 453 Bytes

Contents

language: ruby
cache: bundler
rvm:
  - 2.3
  - 2.4
  - 2.5
  - 2.6 # 2.7 is tested below
gemfile: Gemfile.old # The latest Ruby version uses Gemfile below
script:
  - bundle exec rake test
matrix:
  include:
    - rvm: 2.7
      gemfile: Gemfile
      script:
        - bundle exec rake test
        - bundle exec rubocop
      env:
        - CODE_COVERAGE=true
branches:
  only:
    - main # Always run on the main branch
notifications:
  email: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
friends-0.54 .travis.yml
friends-0.53 .travis.yml