Revert "test deploy phase"

This reverts commit be0704ec7b.

# Conflicts:
#	.travis.settings.xml
This commit is contained in:
rodicasutu
2020-07-08 11:16:58 +03:00
parent de6876b135
commit a0910a5d24

View File

@@ -6,6 +6,6 @@ if [[ "${TRAVIS_BRANCH}" == "master" || "${TRAVIS_BRANCH}" = release* ]] && [ "$
then
export MAVEN_PHASE="deploy"
else
export MAVEN_PHASE="deploy"
export MAVEN_PHASE="verify"
fi