From a0c8cf8065d1e955132ea284b2149939a00f4264 Mon Sep 17 00:00:00 2001 From: Gianlu Date: Sat, 3 Aug 2019 14:34:29 +0200 Subject: [PATCH] Speeding up Travis --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index acba3f55..05e20182 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,14 +8,14 @@ before_install: fi install: - - mvn install -DskipTests=true -Dgpg.skip -Dmaven.javadoc.skip=true -B -V + - mvn clean install -DskipTests=true -Dgpg.skip -Dmaven.javadoc.skip=true -B -V script: - | if [[ -z "${TRAVIS_TAG}" ]]; then - mvn clean deploy -Dmaven.deploy.skip=true -B -U -Pdebug + mvn deploy -Dmaven.deploy.skip=true -B -U -Pdebug else - mvn clean deploy --settings .maven.xml -B -U -Prelease + mvn deploy --settings .maven.xml -B -U -Prelease fi before_deploy: @@ -43,4 +43,4 @@ deploy: cache: directories: - - ~/.m2/repository \ No newline at end of file + - ~/.m2/repository