2021-04-28 20:10:26 +02:00

5 lines
87 B
Bash
Executable File

#!/bin/bash
if [ "${PHPSPEC}" != "false" ]; then
vendor/bin/phpspec run --verbose
fi