From fe83533033f4bd888ae54d41b5f4006203c2924c Mon Sep 17 00:00:00 2001 From: Abhinay Agarwal Date: Mon, 9 Dec 2019 08:38:23 +0530 Subject: [PATCH] Do not compile tests and sign artifacts while deploying --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d5b83a034..9a4c94c52 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ cache: deploy: # Deploy snapshots & releases on every commit made to master - provider: script - script: "cp .travis.settings.xml $HOME/.m2/settings.xml && mvn deploy" + script: "cp .travis.settings.xml $HOME/.m2/settings.xml && mvn deploy -Dmaven.test.skip=true -Dgpg.skip=true" skip_cleanup: true on: all_branches: true \ No newline at end of file