Travis: trying to fix deployment

This commit is contained in:
Alexey Andreev 2018-10-26 19:45:24 +03:00
parent e3d95ce64e
commit 149775dd95

View File

@ -69,7 +69,7 @@ after_success: >
export TEAVM_FTP_PASSWORD
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 !download-dependencies && \
./upload-files.sh
fi
before_cache: