wearerequired / traduttore

🗼 A WordPress plugin to improve the I18N workflow for your own projects based on @GlotPress.
https://wearerequired.github.io/traduttore/
72 stars 15 forks source link

Use composer-normalize on Travis CI #97

Closed swissspidy closed 5 years ago

swissspidy commented 5 years ago

I've already ran the composer.json file through composer normalize. To make things easier I suggest using it on Travis CI as well.

So in addition to composer lint we'd also run composer normalize --dry-run and let the tests fail if the file is not normalized.