Testing with pg in travis...
This commit is contained in:
@@ -4,4 +4,6 @@ rvm:
|
||||
- 2.6
|
||||
bundler_args: --without production
|
||||
services:
|
||||
- postgresql
|
||||
- postgresql
|
||||
before_script:
|
||||
- psql -c 'create database myapp_test;' -U postgres
|
||||
Reference in New Issue
Block a user