diff --git a/.travis.yml b/.travis.yml
index 197dec2bc9c70583cdde29f62d4116d6332b9f61..5b6fc47cee22e49a1667c31d5d118120cc6a7e4f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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: