Sha256: 16430414307b9f876d714477ec23c6137247eea9b0160de81d3e46363daf0fc2

Contents?: true

Size: 387 Bytes

Versions: 2

Compression:

Stored size: 387 Bytes

Contents

language: ruby

sudo: false
cache: bundler

branches:
  only:
    - master
    - 0.6.0

matrix:
  allow_failures:
    - gemfile: gemfiles/Gemfile-rspec-3.2.x
    - rvm: ruby-head

rvm:
  - 2.1
  - 2.2
  - 2.3.0
  - ruby-head
  - jruby-9.0.0.0

script:
  - bundle exec rake test

gemfile:
  - gemfiles/Gemfile-rspec-3.2.x
  - gemfiles/Gemfile-rspec-3.3.x
  - gemfiles/Gemfile-rspec-3.4.x

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
turnip_formatter-0.6.0.pre.beta.4 .travis.yml
turnip_formatter-0.6.0.pre.beta.3 .travis.yml