Skip to content

Commit

Permalink
ci: remove the depth flag
Browse files Browse the repository at this point in the history
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à <msabate@suse.com>
  • Loading branch information
mssola committed Apr 14, 2020
1 parent bdcc2d8 commit 5edb937
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
language: nix
sudo: true

git:
depth: false

env:
# The minimum required plus the latest from each major release plus the next
# release.
Expand Down

0 comments on commit 5edb937

Please sign in to comment.