aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/downstream.d
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2018-08-30 18:04:44 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2018-08-30 18:04:44 -0400
commitdb02f1606e08ee5969677f37a4c8d5660dfa4721 (patch)
tree347a5917dfb5a28ff40f9d621dd0b8cdf3d8cd2c /.travis/downstream.d
parent18551e282b81e54019f6e32902374ad6ec7704f6 (diff)
downloadcryptography-db02f1606e08ee5969677f37a4c8d5660dfa4721.tar.gz
cryptography-db02f1606e08ee5969677f37a4c8d5660dfa4721.tar.bz2
cryptography-db02f1606e08ee5969677f37a4c8d5660dfa4721.zip
Run things with -ex and shellcheck (#4436)
Diffstat (limited to '.travis/downstream.d')
-rwxr-xr-x.travis/downstream.d/aws-encryption-sdk.sh2
-rwxr-xr-x.travis/downstream.d/certbot-josepy.sh2
-rwxr-xr-x.travis/downstream.d/certbot.sh2
-rwxr-xr-x.travis/downstream.d/dynamodb-encryption-sdk.sh2
-rwxr-xr-x.travis/downstream.d/paramiko.sh2
-rwxr-xr-x.travis/downstream.d/pyopenssl.sh2
-rwxr-xr-x.travis/downstream.d/twisted.sh4
-rwxr-xr-x.travis/downstream.d/urllib3.sh2
8 files changed, 9 insertions, 9 deletions
diff --git a/.travis/downstream.d/aws-encryption-sdk.sh b/.travis/downstream.d/aws-encryption-sdk.sh
index e478cd8a..7363a83e 100755
--- a/.travis/downstream.d/aws-encryption-sdk.sh
+++ b/.travis/downstream.d/aws-encryption-sdk.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/bash -ex
case "${1}" in
install)
diff --git a/.travis/downstream.d/certbot-josepy.sh b/.travis/downstream.d/certbot-josepy.sh
index 47de2e29..57e539b2 100755
--- a/.travis/downstream.d/certbot-josepy.sh
+++ b/.travis/downstream.d/certbot-josepy.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/bash -ex
case "${1}" in
install)
diff --git a/.travis/downstream.d/certbot.sh b/.travis/downstream.d/certbot.sh
index f255600f..78ec7f51 100755
--- a/.travis/downstream.d/certbot.sh
+++ b/.travis/downstream.d/certbot.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/bash -ex
case "${1}" in
install)
diff --git a/.travis/downstream.d/dynamodb-encryption-sdk.sh b/.travis/downstream.d/dynamodb-encryption-sdk.sh
index a7d3885b..891c616e 100755
--- a/.travis/downstream.d/dynamodb-encryption-sdk.sh
+++ b/.travis/downstream.d/dynamodb-encryption-sdk.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/bash -ex
case "${1}" in
install)
diff --git a/.travis/downstream.d/paramiko.sh b/.travis/downstream.d/paramiko.sh
index ccba686d..55a89265 100755
--- a/.travis/downstream.d/paramiko.sh
+++ b/.travis/downstream.d/paramiko.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/bash -ex
case "${1}" in
install)
diff --git a/.travis/downstream.d/pyopenssl.sh b/.travis/downstream.d/pyopenssl.sh
index b95bb280..60fc64f5 100755
--- a/.travis/downstream.d/pyopenssl.sh
+++ b/.travis/downstream.d/pyopenssl.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/bash -ex
case "${1}" in
install)
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
diff --git a/.travis/downstream.d/urllib3.sh b/.travis/downstream.d/urllib3.sh
index 8442d1e7..4f5dfafb 100755
--- a/.travis/downstream.d/urllib3.sh
+++ b/.travis/downstream.d/urllib3.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/bash -ex
case "${1}" in
install)