REPO-4463 Enable testing with Postgres 11 -- prepare for private build

This commit is contained in:
Andrei Zapodeanu
2019-07-24 16:59:21 +03:00
parent 9d0ed3ed20
commit 0bcab88adf
2 changed files with 2 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ jobs:
script: travis_wait 20 mvn test -B -Dtest=AllDBTestsTestSuite -Ddb.name=alfresco -Ddb.url=jdbc:mariadb://localhost:3307/alfresco?useUnicode=yes\&characterEncoding=UTF-8 -Ddb.username=alfresco -Ddb.password=alfresco -Ddb.driver=org.mariadb.jdbc.Driver
- stage: release
name: "Push to Nexus"
if: fork = false AND (branch = master OR branch =~ /support\/.*/) AND type != pull_request AND commit_message !~ /\[no-release\]/
if: fork = false # AND (branch = master OR branch =~ /support\/.*/) AND type != pull_request AND commit_message !~ /\[no-release\]/
before_install:
- "cp .travis.settings.xml $HOME/.m2/settings.xml"
script:

View File

@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>alfresco-repository</artifactId>
<name>Alfresco Repository</name>
<version>7.87-SNAPSHOT</version>
<version>zap-7.87-postgres11</version>
<packaging>jar</packaging>
<parent>