Sha256: a7c3463a67b5013b489b7467d95629b30a0ba66a101caf3a8821296c7d1a9998

Contents?: true

Size: 330 Bytes

Versions: 1

Compression:

Stored size: 330 Bytes

Contents

sudo: required

language: ruby

addons:
  chrome: stable

before_install:
  - gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
  - gem install bundler -v '< 2'

script: bundle exec rspec spec

env:
  matrix:
    - RAILS=5.2.0 AA=1.4.0
    - RAILS=5.2.0 AA=2.0.0
    - RAILS=6.0.0 AA=2.6.0

rvm:
  - 2.5
  - 2.6

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
active_admin_scoped_collection_actions-0.4.1 .travis.yml