From de5c4fa97c528f609e190db7cd063df04ec3ce1c Mon Sep 17 00:00:00 2001 From: Andrei Zapodeanu Date: Wed, 24 Jul 2019 17:34:57 +0300 Subject: [PATCH] REPO-4463 Enable testing with Postgres 11 -- added SNAPSHOT --- .travis.yml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a4b7ed342a..faa013af57 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ install: travis_retry mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B jobs: include: - stage: test - name: "AllUnitTestsSuite" + name: "AllUnitTestsSuite" script: mvn test -B -Dtest=AllUnitTestsSuite - name: "WhiteSource scan" # only on support branches or master and if it is not a PR diff --git a/pom.xml b/pom.xml index 832c53d493..2c51fe8dfa 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 alfresco-repository Alfresco Repository - zap-7.87-postgres11 + zap-7.87-postgres11-SNAPSHOT jar