Commit a1c4f325 authored by Milo Yip's avatar Milo Yip

Temporarily remove git clone single-branch

https://github.com/travis-ci/travis-ci/issues/5225
parent bd85e8d2
......@@ -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}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment