Removed --quiet from rsync

This commit is contained in:
Perry Woodin 2016-11-14 09:25:38 -05:00
parent 24b70e4874
commit 0248c377cf

View file

@ -28,6 +28,6 @@ before_deploy:
deploy:
provider: script
skip_cleanup: true
script: rsync -r -c -v --delete-after --quiet $TRAVIS_BUILD_DIR/_site $user@$hostname:$production_path
script: rsync -r -c -v --delete-after $TRAVIS_BUILD_DIR/_site $user@$hostname:$production_path
on:
branch: master