Sha256: 87f6ac3a25cad81b9eec4e4bff5ba32740acb464e2edf8d323aa29a2323e27b8

Contents?: true

Size: 382 Bytes

Versions: 4

Compression:

Stored size: 382 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=4.2.0 AA=1.1.0
    - RAILS=5.1.0 AA=1.2.0
    - RAILS=5.2.0 AA=1.3.0
    - RAILS=5.2.0 AA=1.4.0
    - RAILS=5.2.0 AA=2.0.0

rvm:
  - 2.4
  - 2.6

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
active_admin_datetimepicker-0.7.3 .travis.yml
active_admin_datetimepicker-0.7.2 .travis.yml
active_admin_datetimepicker-0.7.1 .travis.yml
active_admin_datetimepicker-0.7.0 .travis.yml