Sha256: f8223756558c35a4ac9bd60e21e412a6c4599af6d42f9ed2522b4adf8f7b0951

Contents?: true

Size: 471 Bytes

Versions: 2

Compression:

Stored size: 471 Bytes

Contents

language: ruby
sudo: false
cache: bundler
before_install:
  - gem install bundler
script:
  - bundle exec rubocop
  - bundle exec rake test
rvm:
  - 2.3.8
  - 2.4.5
  - 2.5.3
  - 2.6.3
  - ruby-head
  - jruby-head
  - rbx-3
matrix:
  allow_failures:
    - rvm: ruby-head
    - rvm: jruby-head
    - rvm: rbx-3
notifications:
  webhooks:
    urls:
      - https://webhooks.gitter.im/e/a44b19cc5cf6db25fa87
    on_success: change
    on_failure: always
    on_start: never

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
fix-0.18.2 .travis.yml
spectus-3.0.9 .travis.yml