Sha256: dc4fc3def242e6b1fded0b3b974f151f0c864be13da26a5ea3e77bc2ec0806ae

Contents?: true

Size: 311 Bytes

Versions: 5

Compression:

Stored size: 311 Bytes

Contents

language: ruby
before_install:
  - gem install bundler
cache: bundler

rvm:
  # - jruby
  # - truffleruby
  # - rbx-3
  - "2.3.8"
  - "2.4.5"
  - "2.5.3"
  - "2.6.1"

script: 'bundle exec rspec'

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
timeliness-0.4.4 .travis.yml
timeliness-0.4.3 .travis.yml
timeliness-0.4.2 .travis.yml
timeliness-0.4.1 .travis.yml
timeliness-0.4.0 .travis.yml