aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/downstream.d/twisted.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis/downstream.d/twisted.sh')
-rwxr-xr-x.travis/downstream.d/twisted.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis/downstream.d/twisted.sh b/.travis/downstream.d/twisted.sh
index 2710545f..9b98d82b 100755
--- a/.travis/downstream.d/twisted.sh
+++ b/.travis/downstream.d/twisted.sh
@@ -4,6 +4,7 @@ case "${1}" in
install)
git clone --depth=1 https://github.com/twisted/twisted
cd twisted
+ git rev-parse HEAD
pip install -e ".[tls,conch,http2]"
;;
run)