瀏覽代碼

.travis.yml: Do not keep history when deploying docs

Jan Holthuis 5 年之前
父節點
當前提交
2ef891f6c5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -25,7 +25,7 @@ deploy:
   # Deploy documentation
 - provider: pages
   skip_cleanup: true
-  keep_history: true
+  keep_history: false
   github_token: $GITHUB_TOKEN
   local_dir: html
   on: