From 5b342ab59349c7ba5d0e99636d11f35d4c18311c Mon Sep 17 00:00:00 2001 From: Chuck Williams Date: Thu, 19 Jan 2017 22:43:11 -0700 Subject: [PATCH] Build Fix Hoping to fix build issue --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 973cff7..c9f636a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,6 @@ before_deploy: deploy: provider: script skip_cleanup: true - script: rsync -r -c -v --delete-after --exclude-from 'ciexclude.txt' $TRAVIS_BUILD_DIR/_site/ user@$hostname:$production_path + script: rsync -r -c -v --delete-after --exclude-from 'ciexclude.txt' $TRAVIS_BUILD_DIR/_site/ $user@$hostname:$production_path on: branch: master