Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 83ac8bf

Browse files
committed
MAINT: Disable TravisCI clone depth.
This is needed so that versioneer can find the latest tag as the number of commits in master continue to grow.
1 parent 32a382e commit 83ac8bf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ dist: bionic
1414
services: docker
1515
os: linux
1616

17+
# Disable clone depth to make sure versioneer
18+
# can find the most recent tag.
19+
git:
20+
depth: false
21+
1722
jobs:
1823
include:
1924
- os: linux

0 commit comments

Comments
 (0)