Sha256: 36da2e45bea9e8f6d21a37a90365fc5e0c96b1baa038dc67aff8c1edfdccfe96

Contents?: true

Size: 483 Bytes

Versions: 3

Compression:

Stored size: 483 Bytes

Contents

language: ruby
rvm:
  - 2.1
  - 2.2
  - 2.3
  - 2.4
  - 2.5 # 2.6 is tested below
gemfile: Gemfile.old # The latest Ruby version uses Gemfile below
script:
  - bundle exec rake test
matrix:
  include:
    - rvm: 2.6
      gemfile: Gemfile
      script:
        - bundle exec rake test
        - gem install --no-document rubocop -v 0.67 && rubocop
      env:
        - CODE_COVERAGE=true
branches:
  only:
    - master # Always run on the master branch
notifications:
  email: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
friends-0.49 .travis.yml
friends-0.48 .travis.yml
friends-0.47 .travis.yml