From 535b8238fd191710e1e8864f302fba5a02f52b1d Mon Sep 17 00:00:00 2001 From: iphydf Date: Sat, 31 Dec 2016 22:40:06 +0000 Subject: Only fetch 1 revision from git during Travis builds. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 5f2be11f..58d7db21 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,3 +64,6 @@ notifications: branches: only: - master + +git: + depth: 1 -- cgit v1.2.3