summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2017-08-04 11:43:36 -0700
committerDylan Baker <dylan@pnwbakers.com>2017-08-14 09:29:28 -0700
commitb960a473acdbf5a00c0d01c04b4d0099d57b1daa (patch)
treea3ac19513223d153312ab8d2c5190c574347b166 /.travis.yml
parent4a8c9c0ba4d763e544ed20d4aa9ce1628da5d8fe (diff)
travis: clone notmuch at depth 1
to save time on cloning a whole repo that's just going to be thrown away.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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.