From feab61358d597c5a6286495ab93af8d64468096c Mon Sep 17 00:00:00 2001 From: Evan Hemsley Date: Sun, 1 Dec 2019 14:07:31 -0800 Subject: [PATCH] update travis config --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 4e3c728..63259cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,5 +31,6 @@ deploy: skip_cleanup: true # Set in Travis CI dashboard github_token: $GITHUB_TOKEN + keep_history: true on: branch: master