Sha256: 274656f47c7c66efa93d8541d5863b81fbe9924de04d750d90599d0dc62ecffa

Contents?: true

Size: 527 Bytes

Versions: 5

Compression:

Stored size: 527 Bytes

Contents

language: ruby
rvm:
  - "2.3"
  - "2.4"
  - "2.5"
  - "2.6.1"
gemfile:
  - Gemfile
  - Gemfile.rails4
services:
  - redis-server
script:
  - bundle exec rake rubocop
  - COVERBAND_HASH_REDIS_STORE=t bundle exec rake
  - COVERBAND_HASH_REDIS_STORE=t bundle exec rake forked_tests
  - bundle exec rake
  - bundle exec rake forked_tests
  # remove this for now as it is flaky
  # passes locally on 2.3.5 on travis passes sometimes on 2.4 and always on 2.6.1
  #- bundle exec rake benchmarks:memory
  - bundle exec rake benchmarks

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
coverband-4.2.3 .travis.yml
coverband-4.2.3.rc.2 .travis.yml
coverband-4.2.3.rc.1 .travis.yml
coverband-4.2.2 .travis.yml
coverband-4.2.2.rc.1 .travis.yml