diff --git a/shippable.yml b/shippable.yml index e8e35ed..82c5461 100644 --- a/shippable.yml +++ b/shippable.yml @@ -12,7 +12,8 @@ install: # Postgres binds to 127.0.0.1 by default and is started on boot. Default username is "postgres" with no password # Create a DB as part of before script to use it - +services: + - postgres before_script: - psql -c 'drop database if exists test;' -U postgres -w - psql -c "create database test;" -U postgres