From b960a473acdbf5a00c0d01c04b4d0099d57b1daa Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Fri, 4 Aug 2017 11:43:36 -0700 Subject: travis: clone notmuch at depth 1 to save time on cloning a whole repo that's just going to be thrown away. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 502671b1..a658e26b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,7 +49,7 @@ before_install: | export PATH=/usr/lib/ccache:$PATH # Clone the notmuch repository and move into it. - git clone git://notmuchmail.org/git/notmuch + git clone git://notmuchmail.org/git/notmuch --depth 1 cd notmuch # Make and install the library. We install the library without sudo as we # might want to switch to the travis container later. -- cgit v1.2.3