Browse Source

Merge pull request #85 from lluiscampos/QA-42-disable-git-shallow-clone

QA-42: Disable git shallow clone for check license script
1.2.x
lluiscampos 6 years ago
committed by GitHub
parent
commit
7168267a98
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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