Travis: deploy CLI project to Maven repository

(cherry picked from commit 67ab91db00)
This commit is contained in:
Alexey Andreev 2019-10-01 18:48:49 +03:00
parent 47468f3adf
commit 5e9e81bf58

View File

@ -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: