From 2f2f3d2e414a0167ae3a98b9b608904b2c76a35f Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Thu, 29 Nov 2018 11:06:14 +0800 Subject: fix certbot downstream, show commit hash for all downstreams (#4614) * fix certbot downstream, show commit hash for all downstreams * Update aws-encryption-sdk.sh * lol --- .travis/downstream.d/urllib3.sh | 1 + 1 file changed, 1 insertion(+) (limited to '.travis/downstream.d/urllib3.sh') diff --git a/.travis/downstream.d/urllib3.sh b/.travis/downstream.d/urllib3.sh index 4f5dfafb..dad06159 100755 --- a/.travis/downstream.d/urllib3.sh +++ b/.travis/downstream.d/urllib3.sh @@ -4,6 +4,7 @@ case "${1}" in install) git clone --depth 1 https://github.com/shazow/urllib3 cd urllib3 + git rev-parse HEAD pip install -r ./dev-requirements.txt pip install -e ".[socks]" ;; -- cgit v1.2.3