Skip to content

Commit

Permalink
Don't clone wycheproof if we're doing a downstream test (pyca#4416)
Browse files Browse the repository at this point in the history
* Don't clone wycheproof if we're doing a downstream test

* you and your rules
  • Loading branch information
alex authored and reaperhulk committed Aug 27, 2018
1 parent 3ce8883 commit 3d0f333
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3d0f333

Please sign in to comment.