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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
.travis.yml
|
@ -1,5 +1,9 @@ |
|
|
language: minimal |
|
|
language: minimal |
|
|
|
|
|
|
|
|
|
|
|
# Disable git shallow clone. We need full history for validating copyright year of each file. |
|
|
|
|
|
git: |
|
|
|
|
|
depth: false |
|
|
|
|
|
|
|
|
dist: trusty |
|
|
dist: trusty |
|
|
|
|
|
|
|
|
before_script: |
|
|
before_script: |
|
|