Sha256: 066f1b126634fdfe0d7e15611320600630139d8aabfa2bf6afd2a078d5ac3576

Contents?: true

Size: 725 Bytes

Versions: 1

Compression:

Stored size: 725 Bytes

Contents

language: ruby
rvm:
  - ruby-2.4.1
  - jruby-9.1.8.0
  - ruby-2.3.4
  - ruby-2.2.7
  - ruby-2.1.9
  - ruby-head
  - jruby-head

gemfile:
  - gemfiles/rails50.gemfile
  - gemfiles/rails42.gemfile

env:
  - JRUBY_OPTS="--dev --debug"

jdk:
  - oraclejdk8

matrix:
  exclude:
    - rvm: ruby-2.1.9 # Not supported by Rails 5
      gemfile: gemfiles/rails50.gemfile
  allow_failures:
    - rvm: jruby-head # FIXME: (uwe) Low coverage: https://github.com/jruby/jruby/issues/4404
      gemfile: gemfiles/rails50.gemfile
    - rvm: jruby-head # FIXME: (uwe) Low coverage: https://github.com/jruby/jruby/issues/4404
      gemfile: gemfiles/rails42.gemfile

before_install: gem query -i -n ^bundler$ >/dev/null || gem install bundler

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
capybara-screenshot-diff-0.5.0 .travis.yml