From abcea432a47b2177181c83b4d7c29c4a13c361d8 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Tue, 9 Jan 2018 17:57:40 -0500 Subject: [PATCH] shallow clone uAssets in travis build --- tools/make-assets.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/make-assets.sh b/tools/make-assets.sh index 0ce141c10..4e9e26a28 100755 --- a/tools/make-assets.sh +++ b/tools/make-assets.sh @@ -8,7 +8,7 @@ printf "*** Packaging assets in $DES... " if [ -n "${TRAVIS_TAG}" ]; then pushd .. > /dev/null - git clone https://github.com/uBlockOrigin/uAssets.git + git clone --depth 1 https://github.com/uBlockOrigin/uAssets.git popd > /dev/null fi