Skip to content

Commit

Permalink
Temporarily remove git clone single-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
miloyip committed Dec 6, 2015
1 parent bd85e8d commit a1c4f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis-doxygen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit a1c4f32

Please sign in to comment.