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