Sha256: ce9e83d762fe74c51a15f3ad0a5f726e8621685dd4502f47170d3473135765f2

Contents?: true

Size: 347 Bytes

Versions: 2

Compression:

Stored size: 347 Bytes

Contents

dist: focal
os: linux
language: ruby
before_install: gem install bundler
cache: bundler

rvm:
  - "2.5.8"
  - "2.6.6"
  - "2.7.2"
  - "3.0.0"
  - ruby-head

jobs:
  allow_failures:
    - rvm: ruby-head

script: 'bundle exec rspec'

notifications:
  email:
    recipients:
      - adam.meehan@gmail.com
    on_failure: change
    on_success: never

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
timeliness-0.5.0 .travis.yml
timeliness-0.4.5 .travis.yml