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.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis/downstream.d/twisted.sh b/.travis/downstream.d/twisted.sh
index cb25027a..2710545f 100755
--- a/.travis/downstream.d/twisted.sh
+++ b/.travis/downstream.d/twisted.sh
@@ -1,10 +1,10 @@
-#!/bin/bash
+#!/bin/bash -ex
case "${1}" in
install)
git clone --depth=1 https://github.com/twisted/twisted
cd twisted
- pip install -e .[tls,conch,http2]
+ pip install -e ".[tls,conch,http2]"
;;
run)
cd twisted