Browse Source

QA-42: Disable git shallow clone for check license script

Changelog: None
Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
1.2.x
Lluis Campos 6 years ago
parent
commit
78f8742de6
  1. 4
      .travis.yml

4
.travis.yml

@ -1,5 +1,9 @@
language: minimal
# Disable git shallow clone. We need full history for validating copyright year of each file.
git:
depth: false
dist: trusty
before_script:

Loading…
Cancel
Save