From c900a9958db37f8a9bc17dccb561c671e56b1302 Mon Sep 17 00:00:00 2001 From: patrick96 Date: Sun, 8 Apr 2018 15:22:22 +0200 Subject: [PATCH] travis: Don't fetch as many git commits --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index c45d935d..c1a9641b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -72,6 +72,10 @@ before_script: - source ${TRAVIS_BUILD_DIR}/common/travis/summary.sh - source ${TRAVIS_BUILD_DIR}/common/travis/configure.sh +# Only fetch the newest 5 commits instead of 50 +git: + depth: 5 + notifications: email: false irc: