Sha256: 3d6798a4c85ad22809c3cb8a004c666de751bf1cf40e885ff9cf25e9429e80c9
Contents?: true
Size: 569 Bytes
Versions: 1
Compression:
Stored size: 569 Bytes
Contents
sudo: false language: ruby env: - COVERALLS_PARALLEL=true rvm: - 2.5.9 - 2.6.7 - 2.7.3 gemfile: - gemfiles/activerecord_5.gemfile - gemfiles/rails.gemfile - gemfiles/faker.gemfile - gemfiles/ffaker.gemfile services: - postgresql - mysql notifications: webhooks: https://coveralls.io/webhook before_install: "gem update --system && gem install bundler" before_script: - psql -c 'create database test;' -U postgres - mysql -e 'CREATE DATABASE IF NOT EXISTS test;' - cp config/database.yml.travis config/database.yml script: "bundle exec rake"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_record_data_loader-1.1.0 | .travis.yml |