Skip to content

Commit 6361b42

Browse files
mark-i-mJoshua Nelson
and
Joshua Nelson
committed
More debuggable bash settings
Co-authored-by: Joshua Nelson <[email protected]>
1 parent 19f70c2 commit 6361b42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/linkcheck.sh

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/usr/bin/env bash
22

3+
set -ev
4+
set -o pipefail
5+
36
# https://docs.travis-ci.com/user/environment-variables/#default-environment-variables
47
if [ "$TRAVIS_EVENT_TYPE" = "cron" ] ; then # running in cron job
58
FLAGS=""

0 commit comments

Comments
 (0)