From d868e6006fd87248c46449fbff1f7a2479479481 Mon Sep 17 00:00:00 2001 From: thephez Date: Wed, 24 Jan 2018 17:45:54 -0500 Subject: [PATCH] Change keep-history to false --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5250739f..37541602 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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