We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19f70c2 commit 6361b42Copy full SHA for 6361b42
ci/linkcheck.sh
@@ -1,5 +1,8 @@
1
#!/usr/bin/env bash
2
3
+set -ev
4
+set -o pipefail
5
+
6
# https://docs.travis-ci.com/user/environment-variables/#default-environment-variables
7
if [ "$TRAVIS_EVENT_TYPE" = "cron" ] ; then # running in cron job
8
FLAGS=""
0 commit comments