Sha256: 5f195d37e8e7495e0fbd4e602f7d11c5940af185abd03bc9a39da014cb04ca81

Contents?: true

Size: 545 Bytes

Versions: 1

Compression:

Stored size: 545 Bytes

Contents

language: ruby
before_install:
  - gem install bundler -v 1.17.3
install: bundle install --jobs=1 --retry=1
script:
  - bundle install
  - bundle exec rspec

rvm:
  - 2.7.1
  - 3.0.1
  - 3.3.0
  - ruby-head
  - jruby-head

matrix:
  allow_failures:
    - rvm: ruby-head
    - rvm: jruby-head

env:
  matrix:
    - RAILS=4.2.11
    - RAILS=5.2.0
    - RAILS=7.0.8.1
    - RAILS=master
  global:
    - JRUBY_OPTS="-J-Xmx1024m --debug"

notifications:
  email:
    recipients:
    - buermann@gmail.com
    on_success: change
    on_failure: always

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
introspective_admin-0.9.0 .travis.yml