Put more validations on travis

Run php-cs-fixer to avoid CS on commits
Add a check on translation message using the built-in yaml validator. It'll avoid typo in translation yaml files.
This commit is contained in:
Jeremy Benoist
2016-03-20 21:10:17 +01:00
committed by Jeremy Benoist
parent f92b5de7ac
commit 4cb3ef5125
3 changed files with 9 additions and 1 deletions

View File

@ -86,7 +86,8 @@
"doctrine/doctrine-fixtures-bundle": "~2.2",
"sensio/generator-bundle": "^3.0",
"phpunit/phpunit": "~4.4",
"symfony/phpunit-bridge": "^2.7"
"symfony/phpunit-bridge": "^2.7",
"fabpot/php-cs-fixer": "~1.9"
},
"scripts": {
"build-parameters": [