Implemented script to test everything which is important for travis

This commit is contained in:
Kevin Frantz 2018-11-01 22:51:15 +01:00
parent 6904ffbfdb
commit 015e233818
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1 @@
(cd $(dirname $(readlink -f ${0}))/../docker-symfony/ && docker-compose exec php php vendor/bin/php-cs-fixer -v --diff --dry-run ./src/)

View File

@ -0,0 +1,5 @@
(cd $(dirname $(readlink -f ${0}))/ &&
bash ./schema-validate.sh &&
bash ./test.sh &&
bash ./test-code-format.sh
)