Sha256: 387bd4b01b72b4efe28b068f9cf4001ce959f5f9c90282f426ae54ced7019e92

Contents?: true

Size: 353 Bytes

Versions: 2

Compression:

Stored size: 353 Bytes

Contents

sudo: false
language: ruby
rvm: 2.5.1
script: bundle exec rake test
before_script:
  - psql -c 'create database distribute_reads_test_primary;' -U postgres
  - psql -c 'create database distribute_reads_test_replica;' -U postgres
notifications:
  email:
    on_success: never
    on_failure: change
gemfile:
  - Gemfile
  - test/gemfiles/makara3.gemfile

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
distribute_reads-0.2.4 .travis.yml
distribute_reads-0.2.3 .travis.yml