Temporarily remove git clone single-branch

https://github.com/travis-ci/travis-ci/issues/5225
This commit is contained in:
Milo Yip 2015-12-06 13:44:47 +08:00
parent bd85e8d259
commit a1c4f325ca

View File

@ -66,7 +66,7 @@ gh_pages_prepare()
[ ! -d "html" ] || \
abort "Doxygen target directory already exists."
git --version
git clone --single-branch -b gh-pages "${GITHUB_CLONE}" html
git clone -b gh-pages "${GITHUB_CLONE}" html
cd html
# setup git config (with defaults)
git config user.name "${GIT_NAME-travis}"