You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Workaround for travis performing shallow clones with wrong branch
travis clones a repo by 'git clone --depth 50 repo' which is ok if the
PR target is the master branch. It should actually add '--branch=
$TRAVIS_BRANCH' to the clone command. This commit provides a
workaround.
Amendment from upstream commit: removed --unshallow, which git rejects for this repository for unknown reasons.
0 commit comments