Sha256: 8b829bd71b6d3a2a8281edf17466a7f8e9aade3045c75e93863da9dbc6dec182

Contents?: true

Size: 290 Bytes

Versions: 1

Compression:

Stored size: 290 Bytes

Contents

language: ruby

sudo: false
cache: bundler

branches:
  only:
    - master

matrix:
  allow_failures:
  - rvm: jruby-9.2.8.0

rvm:
  - 2.3.6
  - 2.4.3
  - 2.5.3
  - jruby-9.2.8.0

script:
  - bundle exec rake test

gemfile:
  - gemfiles/Gemfile-rspec-3.7.x
  - gemfiles/Gemfile-rspec-3.8.x

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
turnip_formatter-0.7.2 .travis.yml