Skip to content

Commit 5edb937

Browse files
committed
ci: remove the depth flag
This caused troubles because git-validation checks the commits until the very initial one, which was unavailable when the `--depth` flag was passed by Travis CI. Signed-off-by: Miquel Sabaté Solà <[email protected]>
1 parent bdcc2d8 commit 5edb937

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
language: nix
22
sudo: true
33

4+
git:
5+
depth: false
6+
47
env:
58
# The minimum required plus the latest from each major release plus the next
69
# release.

0 commit comments

Comments
 (0)