# This file was auto-generated by the schema_dev tool, based on the data in # ./schema_dev.yml # Please do not edit this file; any changes will be overwritten next time # schema_dev gets run. --- sudo: false rvm: - 2.3.1 gemfile: - gemfiles/activerecord-5.2/Gemfile.postgresql env: POSTGRESQL_DB_USER=postgres addons: postgresql: '9.4' before_script: bundle exec rake create_databases after_script: bundle exec rake drop_databases script: bundle exec rake travis