Explorar el Código

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

Jan Holthuis hace 5 años
padre
commit
2ef891f6c5
Se han modificado 1 ficheros con 1 adiciones y 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: