Sha256: 44a95a1e094db9b93beaca52bef218d44b45afc23d324ac579a81597ef1c71a6

Contents?: true

Size: 432 Bytes

Versions: 2

Compression:

Stored size: 432 Bytes

Contents

sudo: false
language: ruby

rvm:
  - 2.3
  - 2.4
  - 2.5
  - 2.6
  - ruby-head

matrix:
  allow_failures:
    - rvm: ruby-head
  fast_finish: true

before_install: gem update --remote bundler
install:
  - gem install bundler:1.17.2
  - bundle install --retry=3
script:
  - bundle exec rake dummy:prepare
  - bundle exec rspec

addons:
  code_climate:
    repo_token: 9c938a047651a943393f0f52bfc1d03d71fce0f19bf0f8c1265033af9b09a56e

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
activeadmin-ajax_filter-0.4.4 .travis.yml
activeadmin-ajax_filter-0.4.3 .travis.yml