Explorar o código

.travis.yml: Run `git fetch --all` before running sphinx-multiversion

Jan Holthuis %!s(int64=5) %!d(string=hai) anos
pai
achega
8e1a7f12af
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -16,6 +16,7 @@ before_script:
 - pre-commit run --all-files
 script:
 - mkdir html
+- git fetch --all
 - sphinx-multiversion -W docs html
 - python setup.py build sdist bdist_wheel