Increase clone depth (#1247)

This commit is contained in:
Paul 2018-10-13 09:51:29 -07:00 committed by GitHub
parent 2933451195
commit 88af5815ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ language: c
compiler:
- gcc
git:
depth: 1
depth: 6
# Each item under 'env' is a separate Travis job to execute.
# They run in separate environments, so each one must take the time