aboutsummaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2018-08-26 23:33:18 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2018-08-26 22:33:18 -0500
commit3d0f333deb4ffbc0d05ea096c57d090e46222fe3 (patch)
treedd6328a80a0b9812b981d4430502624b2196f5e3 /.travis
parent3ce8883fd62043419b225790cd524b7619b4bb72 (diff)
downloadcryptography-3d0f333deb4ffbc0d05ea096c57d090e46222fe3.tar.gz
cryptography-3d0f333deb4ffbc0d05ea096c57d090e46222fe3.tar.bz2
cryptography-3d0f333deb4ffbc0d05ea096c57d090e46222fe3.zip
Don't clone wycheproof if we're doing a downstream test (#4416)
* Don't clone wycheproof if we're doing a downstream test * you and your rules
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