aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux/travis-deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/travis-deploy.sh')
-rwxr-xr-xbuild-aux/travis-deploy.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/build-aux/travis-deploy.sh b/build-aux/travis-deploy.sh
index 267c8d5..a959ccb 100755
--- a/build-aux/travis-deploy.sh
+++ b/build-aux/travis-deploy.sh
@@ -25,7 +25,6 @@ VERSION="$(grep PACKAGE_VERSION build/config.h | cut -d\" -f2)"
do_curl() {
curl \
- --silent \
--ftp-create-dirs \
--upload-file "${1}" \
--user "${FTP_USER}:${FTP_PASSWORD}" \