From 67ab91db004610b8a628c17114e9b8dd60812185 Mon Sep 17 00:00:00 2001 From: Alexey Andreev Date: Tue, 1 Oct 2019 18:48:49 +0300 Subject: [PATCH] Travis: deploy CLI project to Maven repository --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cc4354e87..f77eba8ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -72,7 +72,7 @@ after_success: > export SSH_KEY mv -f $HOME/built_artifacts_backup $HOME/mvn_repo/org/teavm $MVN_CMD deploy -Dteavm.build.all=false -DskipTests --settings travis-settings.xml \ - -P deploy-to-bintray -P with-idea -P !download-dependencies && \ + -P deploy-to-bintray -P with-idea -P with-cli -P !download-dependencies && \ ./upload-files.sh fi before_cache: