Explorar o código

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

Jan Holthuis %!s(int64=5) %!d(string=hai) anos
pai
achega
2ef891f6c5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: