From 05c3b151a8cbd2e8423de4dd405b9f1aafbfb257 Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Wed, 26 Sep 2018 10:15:39 +0200 Subject: [PATCH] Now really deploy artifacts --- .travis.deploy.artifacts.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.deploy.artifacts.sh b/.travis.deploy.artifacts.sh index 3c066e307..c4c237404 100644 --- a/.travis.deploy.artifacts.sh +++ b/.travis.deploy.artifacts.sh @@ -2,6 +2,5 @@ PROJECT_VERSION="3.6.0-SNAPSHOT" if [[ "$PROJECT_VERSION" =~ .*SNAPSHOT ]] && [[ "${TRAVIS_BRANCH}" =~ ^master$|^[0-9]+\.[0-9]+$ ]] && [[ "${TRAVIS_PULL_REQUEST}" = "false" ]]; then - # mvn deploy -DskipTests -B; - echo "deploy" + mvn deploy -DskipTests -B; fi