Parcourir la source

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

Jan Holthuis il y a 5 ans
Parent
commit
8e1a7f12af
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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