mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
5 lines
87 B
Bash
Executable File
5 lines
87 B
Bash
Executable File
#!/bin/bash
|
|
if [ "${PHPSPEC}" != "false" ]; then
|
|
vendor/bin/phpspec run --verbose
|
|
fi
|