瀏覽代碼

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

Jan Holthuis 5 年之前
父節點
當前提交
8e1a7f12af
共有 1 個文件被更改,包括 1 次插入0 次删除
  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