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

View file

@ -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