diff --git a/.travis/install.sh b/.travis/install.sh index e3b20fdb8d6a..4debde55d27a 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -41,7 +41,9 @@ elif [ -n "${LIBRESSL}" ]; then fi fi -git clone --depth=1 https://github.com/google/wycheproof $HOME/wycheproof +if [ -z "${DOWNSTREAM}" ]; then + git clone --depth=1 https://github.com/google/wycheproof $HOME/wycheproof +fi pip install virtualenv