Skip to content
Snippets Groups Projects
Commit ab96ee29 authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

reduce git clone depth

parent 0f4fb537
No related branches found
Tags v0.33.2
No related merge requests found
......@@ -4,6 +4,10 @@ language: python
# tell travis to cache ~/.cache/pip
cache: pip
# don't clone the whole repo history, one commit will do
git:
depth: 1
# only build branches we care about (PRs are built seperately)
branches:
only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment