aboutsummaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/install.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index e3b20fdb..4debde55 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