Update .travis.yml

This commit is contained in:
David Edwards
2020-02-26 08:43:38 +00:00
parent 4e97bb89c2
commit 2acc43fb84
+1 -1
View File
@@ -110,7 +110,7 @@ jobs:
- ./scripts/travis/verifyReleaseTag.sh
- "cp .travis.settings.xml $HOME/.m2/settings.xml"
# install: skip # Release command from bamboo
install: mvn install -f docker-alfresco/pom.xml -PcommunityDocker -X
install: mvn install -DskipTests -f docker-alfresco/pom.xml -PcommunityDocker -X
#script:
# Use full history for release
#- git checkout -B "${TRAVIS_BRANCH}"