From 4cb3ef5125599c2ffdb3745e973e713cc0d6b5dd Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Sun, 20 Mar 2016 21:10:17 +0100 Subject: 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. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index a1a7ebb4..1abf6f20 100644 --- a/composer.json +++ b/composer.json @@ -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": [ -- cgit v1.2.3