shallow clone uAssets in travis build

This commit is contained in:
Raymond Hill 2018-01-09 17:57:40 -05:00
parent 4ed8184d2c
commit abcea432a4
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ printf "*** Packaging assets in $DES... "
if [ -n "${TRAVIS_TAG}" ]; then if [ -n "${TRAVIS_TAG}" ]; then
pushd .. > /dev/null pushd .. > /dev/null
git clone https://github.com/uBlockOrigin/uAssets.git git clone --depth 1 https://github.com/uBlockOrigin/uAssets.git
popd > /dev/null popd > /dev/null
fi fi