Update .travis.yml

This commit is contained in:
Perry Woodin 2016-12-04 08:42:27 -05:00 committed by GitHub
parent b46c4f0dff
commit 23effd8e99

View file

@ -35,6 +35,6 @@ before_deploy:
deploy:
provider: script
skip_cleanup: true
script: rsync -r -c -v --delete-after --exclude-from 'ciexclude.txt' $TRAVIS_BUILD_DIR/_site/ <1></1>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