From 26c1c5ddceedb3d8cd10fa1d90bdd9e3d686dc5d Mon Sep 17 00:00:00 2001 From: Who? Me?! Date: Thu, 8 Oct 2020 15:15:58 -0500 Subject: [PATCH] More debuggable bash settings Co-authored-by: Joshua Nelson --- ci/linkcheck.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/linkcheck.sh b/ci/linkcheck.sh index 7149ab3a..a1cd424f 100755 --- a/ci/linkcheck.sh +++ b/ci/linkcheck.sh @@ -1,5 +1,8 @@ #!/usr/bin/env bash +set -ev +set -o pipefail + # https://docs.travis-ci.com/user/environment-variables/#default-environment-variables if [ "$TRAVIS_EVENT_TYPE" = "cron" ] ; then # running in cron job FLAGS=""