From 042672c8f5c012e2a418a11a9c162597cc7b4e10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Mart=C3=ADn=20Sotuyo=20Dodero?= Date: Sat, 24 Jun 2017 17:31:58 -0300 Subject: [PATCH] Add missing tail --- .travis/build-site.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/build-site.sh b/.travis/build-site.sh index 3d90ab0b6a..5b34191d3f 100644 --- a/.travis/build-site.sh +++ b/.travis/build-site.sh @@ -33,6 +33,6 @@ fi ( if [[ "$VERSION" == *-SNAPSHOT && "$TRAVIS_BRANCH" == "master" ]]; then # Uploading snapshot site... - travis_wait rsync -ah --stats --delete target/pmd-doc-${VERSION}/ ${PMD_SF_USER}@web.sourceforge.net:/home/project-web/pmd/htdocs/snapshot/ + travis_wait rsync -ah --stats --delete target/pmd-doc-${VERSION}/ ${PMD_SF_USER}@web.sourceforge.net:/home/project-web/pmd/htdocs/snapshot/ | tail -100 fi )