Sha256: 8d249621ea9f251e4c99cebfe5b78b9109d7231ed5fcf915f848c12e3c2a645d

Contents?: true

Size: 431 Bytes

Versions: 1

Compression:

Stored size: 431 Bytes

Contents

sudo: false
language: ruby
cache: bundler

rvm:
  - 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

1 entries across 1 versions & 1 rubygems

Version Path
activeadmin-ajax_filter-0.4.6 .travis.yml