From 98874ee4f9c81b401c70e2ee07ad1eb2531cc3b4 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Tue, 19 Dec 2017 10:17:06 +0000 Subject: [PATCH] travis: clone depth=1 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index b94e4e0f..7da0aff7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,3 +25,6 @@ install: script: - ./scripts/travis-test.sh +# we only need the latest git commit +git: + depth: 1