Merge pull request #1271 from sajattack/master

Increase clone depth. Fixes #1247
This commit is contained in:
Scott Shawcroft 2018-10-14 23:30:11 -07:00 committed by GitHub
commit 5cf8b998d1
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