diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-03-08 23:44:04 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-03-08 23:44:04 +0100 |
commit | b8206af55ad7143fecb8c82e549571466b53680f (patch) | |
tree | a4c2979694caf358dfb8d56add73866a7d63fc1f /build-aux | |
parent | 214d09891909ce5505d7bdbc5c848a9c4be23c0d (diff) | |
download | blogc-b8206af55ad7143fecb8c82e549571466b53680f.tar.gz blogc-b8206af55ad7143fecb8c82e549571466b53680f.tar.bz2 blogc-b8206af55ad7143fecb8c82e549571466b53680f.zip |
travis: temporary remove --silent from curl call
Diffstat (limited to 'build-aux')
-rwxr-xr-x | build-aux/travis-deploy.sh | 1 |
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}" \ |