We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3134dd commit 28a5c35Copy full SHA for 28a5c35
ci/linkcheck.sh
@@ -9,7 +9,7 @@ if [ "$TRAVIS_EVENT_TYPE" = "cron" ] ; then # running in cron job
9
10
echo "Doing full link check."
11
elif [ "$CI" = "true" ] ; then # running in PR CI build
12
- if [ -n "$TRAVIS_COMMIT_RANGE" ]; then
+ if [ -z "$TRAVIS_COMMIT_RANGE" ]; then
13
echo "error: unexpected state: COMMIT_RANGE must be non-empty in CI"
14
exit 1
15
fi
0 commit comments