Travis: fix deploy command

This commit is contained in:
Alexey Andreev 2018-10-26 16:36:45 +03:00
parent eff86f6239
commit 9d392442d5

View File

@ -69,7 +69,7 @@ after_success: >
export TEAVM_FTP_LOGIN
export TEAVM_FTP_PASSWORD
$MVN_CMD deploy -Dteavm.build.all=false -DskipTests --settings travis-settings.xml \
-P deploy-to-bintray-P with-idea && \
-P deploy-to-bintray -P with-idea && \
./upload-files.sh
fi
before_cache: