From dfea66cca6195db8237ebf3699b8256b2d1bf754 Mon Sep 17 00:00:00 2001 From: Dinis Date: Thu, 20 Aug 2020 12:36:59 +0100 Subject: [PATCH] Testing with pg in travis... --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 69c3f13..4bbceae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,6 @@ rvm: - 2.6 bundler_args: --without production services: - - postgresql \ No newline at end of file + - postgresql +before_script: + - psql -c 'create database myapp_test;' -U postgres \ No newline at end of file