From 92ec0ae0a7997aa841106432a319be51b2d446a0 Mon Sep 17 00:00:00 2001 From: Kamil Trzcinski Date: Mon, 22 May 2017 23:33:08 +0200 Subject: Fix migrations for older PostgreSQL versions - Do not care about error when creating index on PostgreSQL - Test against PostgreSQL 9.2 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 45f1638f871..3af2d4adc13 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,7 +52,7 @@ stages: .use-pg: &use-pg services: - - postgres:latest + - postgres:9.2 - redis:alpine .use-mysql: &use-mysql -- cgit v1.2.1