diff --git a/.travis/artifact-upload.sh b/.travis/artifact-upload.sh index c06d395..6c1b4f4 100644 --- a/.travis/artifact-upload.sh +++ b/.travis/artifact-upload.sh @@ -5,4 +5,4 @@ local_path="$(ls $TRAVIS_BUILD_DIR/target/final/Parabot-V*.jar | head -n 1)" target_url="ftp://$FTP_HOST/$local_file" echo "Uploading $local_file to $target_url" -curl -u $FTP_USERNAME:$FTP_PASSWORD -T "$local_path" "$target_url" \ No newline at end of file +curl -us $FTP_USERNAME:$FTP_PASSWORD -T "$local_path" "$target_url" \ No newline at end of file