.travis.yml in fresh_connection-2.2.0 vs .travis.yml in fresh_connection-2.3.0
- old
+ new
@@ -6,11 +6,11 @@
- postgresql
before_script:
- bundle update
- cp test/config/database_postgresql.yml.travis test/config/database_postgresql.yml
- psql -c 'create database fresh_connection_test_master;' -U postgres
- - psql -c 'create database fresh_connection_test_slave1;' -U postgres
- - psql -c 'create database fresh_connection_test_slave2;' -U postgres
+ - psql -c 'create database fresh_connection_test_replica1;' -U postgres
+ - psql -c 'create database fresh_connection_test_replica2;' -U postgres
cache: bundler
rvm:
- 2.1.10
- 2.2.6
- 2.3.3