Sha256: f19a9618cfdc45fe25350cdf4f75c5075b5003562ab2c2a8fe78e09c4a91c673

Contents?: true

Size: 446 Bytes

Versions: 1

Compression:

Stored size: 446 Bytes

Contents

language: ruby
rvm:
  - 2.3.8
  - 2.4.5
  - 2.5.3
  - 2.6.1
addons:
  postgresql: "9.4"
before_install:
  - gem update --system
  - gem --version
  - gem install bundler:2.1.4
before_script:
  - bundle exec rake db:create
  - bundle exec rake db:migrate
install: bundle _2.1.4_ install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
cache: bundler
gemfile:
  - gemfiles/activerecord_5.0.0.gemfile
  - gemfiles/activerecord_5.1.0.gemfile

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jsonb_accessor-1.2.0 .travis.yml