We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03082d5 commit 44d950cCopy full SHA for 44d950c
1 file changed
test.sh
@@ -70,9 +70,10 @@ for port in $ports; do
70
fi
71
done
72
73
+# Display status of PHP extensions.
74
# extensions.php curls to localhost, which doesn't work in a CircleCI env
75
# where we cannot access the created container directly.
-if [ ! -z "$CIRCLECI" ]; then
76
+if [ -z "$CIRCLECI" ]; then
77
echo -e 'Checking extensions...\n\n'
78
php extensions.php
79
0 commit comments