From fa203eab9264e337e666395c686717dbf98a045c Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Sat, 17 Feb 2018 23:55:23 -0800 Subject: attempt to git pull when doing publish-local.sh to ensure tags appear locally --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 04f1bfc2..57a75bef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,7 @@ matrix: env: CI_SCRIPT="ci/on-master.py ci/publish-docs.sh" script: + - git fetch --unshallow --tags - "$CI_SCRIPT" cache: directories: -- cgit v1.2.3