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
By default, Travis CI only clones the last 50 commits.
This doesn't play well with 'git describe', which we're using
to determine whether the latest commit has a version tag.
This commit disables the commit limit altogether.
https://docs.travis-ci.com/user/customizing-the-build/#git-clone-depth
A deployment is triggered when the commit being built has an annotated tag.
The problem is that, right now, it's AppVeyor that detects the presence of a tag and if so, triggers a deployment:
It would be better to do this from the build script itself, instead of relying on a particular CI server to trigger the deployments.
The text was updated successfully, but these errors were encountered: