From 861d777360d678589b4296b470626bc7881e733f Mon Sep 17 00:00:00 2001 From: alandavis Date: Wed, 28 Apr 2021 17:53:58 +0100 Subject: [PATCH] Missing s in travis job name [skip ci] --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 59ecbfd6e7..03aeee9d8c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -293,7 +293,7 @@ jobs: - ${TAS_SCRIPTS}/wait-for-alfresco-start.sh "http://localhost:8082/alfresco" script: travis_wait 30 mvn -B install -f packaging/tests/tas-integration/pom.xml -Pall-tas-tests -Denvironment=default -DrunBugs=false - - name: "Share Service - ShareServicesTestSuite" + - name: "Share Services - ShareServicesTestSuite" if: commit_message !~ /\[skip repo\]/ before_script: - docker run -d -p 5433:5432 -e POSTGRES_PASSWORD=alfresco -e POSTGRES_USER=alfresco -e POSTGRES_DB=alfresco postgres:13.1 postgres -c 'max_connections=300'