Skip to content

Commit 323f869

Browse files
committed
CI: Fail if PHP_FPM is set but not valid.
1 parent ce80562 commit 323f869

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/travis_run_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ fi
130130

131131
if test -v PHP_FPM; then
132132
# Sanity test the executable exists.
133-
$PHP_FPM --version
133+
$PHP_FPM --version || exit 1
134134
fi
135135

136136
# Try to keep all potential coredumps from all processes

0 commit comments

Comments
 (0)