From bedfbdd8a619bdf1e49fd2777ea90423b46296b7 Mon Sep 17 00:00:00 2001 From: Shubham Tatvamasi Date: Thu, 18 Apr 2019 09:37:52 +0530 Subject: [PATCH] only clone the most recent commit --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index c0faa62a45..06afcfd8e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ language: go go_import_path: github.com/ethereum/go-ethereum sudo: false +git: + depth: 1 matrix: include: - os: linux