diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-03-20 21:10:17 +0100 |
---|---|---|
committer | Jeremy Benoist <jbenoist@20minutes.fr> | 2016-03-21 10:00:41 +0100 |
commit | 4cb3ef5125599c2ffdb3745e973e713cc0d6b5dd (patch) | |
tree | c9f90d7baeed3351666facd60e4f7048c51a67e8 /composer.json | |
parent | f92b5de7acad338389db2e07e36bc48970a9c248 (diff) | |
download | wallabag-4cb3ef5125599c2ffdb3745e973e713cc0d6b5dd.tar.gz wallabag-4cb3ef5125599c2ffdb3745e973e713cc0d6b5dd.tar.zst wallabag-4cb3ef5125599c2ffdb3745e973e713cc0d6b5dd.zip |
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.
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json index a1a7ebb4..1abf6f20 100644 --- a/composer.json +++ b/composer.json | |||
@@ -86,7 +86,8 @@ | |||
86 | "doctrine/doctrine-fixtures-bundle": "~2.2", | 86 | "doctrine/doctrine-fixtures-bundle": "~2.2", |
87 | "sensio/generator-bundle": "^3.0", | 87 | "sensio/generator-bundle": "^3.0", |
88 | "phpunit/phpunit": "~4.4", | 88 | "phpunit/phpunit": "~4.4", |
89 | "symfony/phpunit-bridge": "^2.7" | 89 | "symfony/phpunit-bridge": "^2.7", |
90 | "fabpot/php-cs-fixer": "~1.9" | ||
90 | }, | 91 | }, |
91 | "scripts": { | 92 | "scripts": { |
92 | "build-parameters": [ | 93 | "build-parameters": [ |