From f36a8333894c539da8ac9c65e10340d840ec77e4 Mon Sep 17 00:00:00 2001 From: Nebil Kisa Date: Mon, 6 Jul 2020 16:56:08 +0100 Subject: [PATCH] ACS-386 - Update ACS projects to PotgreSQL v11.7 (#703) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e0bd953f54..f2a014b7cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ stages: - release before_install: - - docker run -d -p 5433:5432 -e POSTGRES_PASSWORD=alfresco -e POSTGRES_USER=alfresco -e POSTGRES_DB=alfresco postgres:11.4 postgres -c 'max_connections=300' + - docker run -d -p 5433:5432 -e POSTGRES_PASSWORD=alfresco -e POSTGRES_USER=alfresco -e POSTGRES_DB=alfresco postgres:11.7 postgres -c 'max_connections=300' - docker run -d -p 61616:61616 -p 5672:5672 alfresco/alfresco-activemq:5.15.8 install: travis_retry mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V