Change keep-history to false

This commit is contained in:
thephez 2018-01-24 17:45:54 -05:00
parent d0d037ac67
commit d868e6006f

View file

@ -18,6 +18,6 @@ deploy:
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN # Set in travis-ci.org dashboard, marked secure
keep-history: true
keep-history: false
on:
branch: gh-pages