From 19c26217c0bc50fea35e2a310713c5033fae2e08 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Thu, 20 Jun 2019 22:17:03 -0700 Subject: [PATCH] Don't keep gh-pages history. (#964) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 05ccce77..840f92c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -69,7 +69,7 @@ deploy: local_dir: book-example/book skip_cleanup: true github_token: "$GITHUB_TOKEN" - keep_history: true + keep_history: false on: condition: $TRAVIS_OS_NAME = "linux" && $TRAVIS_RUST_VERSION = "stable" tags: true