Adding composer validation to build matrix

This commit is contained in:
Marco Pivetta 2017-02-17 12:46:15 +01:00
Родитель 9f935a454d
Коммит 2c230c98a8
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -26,6 +26,7 @@ before_script:
- if find . -name "*.php" -path "./tests/*" -path "./validation/*" -maxdepth 0 --exec php -l {} 2>&1 \; | grep "syntax error, unexpected"; then exit 1; fi
script:
- composer validate
- |
if [[ $VALIDATION = true ]]; then
phpunit --testsuite validation