diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2020-04-14 10:48:10 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2020-04-14 11:12:28 +0200 |
| commit | 5edb9379cd21411fb182239ed9ac19be4a278f32 (patch) | |
| tree | 47e7ae09cb98a624508ae40e4dbf70b0108bd246 /.travis.yml | |
| parent | bdcc2d8bebdda2a371fd4e7820894f39361c3d27 (diff) | |
| download | soria-5edb9379cd21411fb182239ed9ac19be4a278f32.tar.gz soria-5edb9379cd21411fb182239ed9ac19be4a278f32.zip | |
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à <msabate@suse.com>
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 1ffcc6c..2b538e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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. |
