summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
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.