Testing with pg in travis...

This commit is contained in:
2020-08-20 12:36:59 +01:00
parent e77691d960
commit dfea66cca6
+3 -1
View File
@@ -4,4 +4,6 @@ rvm:
- 2.6
bundler_args: --without production
services:
- postgresql
- postgresql
before_script:
- psql -c 'create database myapp_test;' -U postgres