Added, and configured, php-cs-fixer with a Makefile to invoke fix and test

This commit is contained in:
Anthony Sterling
2017-09-23 18:49:58 +01:00
parent 80c611691b
commit 90196ea836
4 changed files with 32 additions and 5 deletions

View File

@@ -10,5 +10,8 @@ before_install:
install:
- travis_retry composer install --no-interaction --prefer-source
before_script:
- php -v
script:
- composer test
- make all