Sha256: cef3540c4a07ecf2a5fd33f90449aa6bb628ec7d3cd431f7a2651feabf23a5b9
Contents?: true
Size: 426 Bytes
Versions: 8
Compression:
Stored size: 426 Bytes
Contents
language: ruby rvm: - 2.5 - 2.6 - 2.7 - ruby-head matrix: fast_finish: true allow_failures: - rvm: ruby-head sudo: false dist: xenial cache: bundler services: - postgresql addons: postgresql: "10" before_install: gem install bundler before_script: - psql -c 'create database table_sync_test;' -U postgres script: - bundle exec rake bundle:audit - bundle exec rubocop - bundle exec rspec
Version data entries
8 entries across 8 versions & 1 rubygems