From 322ed328231dd57812c4519248316005a303bf85 Mon Sep 17 00:00:00 2001 From: deconevidya Date: Thu, 10 Dec 2015 17:30:32 +0530 Subject: [PATCH] Update shippable.yml --- shippable.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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