.travis.yml in schema_plus_functions-0.1.0 vs .travis.yml in schema_plus_functions-0.2.0
- old
+ new
@@ -1,16 +1,38 @@
# 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
+jobs:
+ include:
+ - addons:
+ postgresql: '9.6'
+ env: POSTGRESQL_DB_USER=postgres
+ - addons:
+ postgresql: '10'
+ apt:
+ packages:
+ - postgresql-10
+ - postgresql-client-10
+ env: POSTGRESQL_DB_USER=postgres
+ - addons:
+ postgresql: '11'
+ apt:
+ packages:
+ - postgresql-11
+ - postgresql-client-11
+ env: POSTGRESQL_DB_USER=travis PGPORT=5433
+ - addons:
+ postgresql: '12'
+ apt:
+ packages:
+ - postgresql-12
+ - postgresql-client-12
+ env: POSTGRESQL_DB_USER=travis PGPORT=5433