summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2018-10-14 23:30:11 -0700
committerGitHub <noreply@github.com>2018-10-14 23:30:11 -0700
commit5cf8b998d10ca304da4ff2f4110ea63d9fcf99ac (patch)
treedfcedd9fe473f7ecb477043c2f072241cb6f4d70
parent29334511956ab1d4ef04d3dcca72e90b4b932d4a (diff)
parent88af5815ee976d26b79041575e3ae6487ab91038 (diff)
Merge pull request #1271 from sajattack/master
Increase clone depth. Fixes #1247
-rwxr-xr-x.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 65983fc92..d4f21a398 100755
--- a/.travis.yml
+++ b/.travis.yml
@@ -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