Added, and configured, php-cs-fixer with a Makefile to invoke fix and test
This commit is contained in:
@@ -10,5 +10,8 @@ before_install:
|
||||
install:
|
||||
- travis_retry composer install --no-interaction --prefer-source
|
||||
|
||||
before_script:
|
||||
- php -v
|
||||
|
||||
script:
|
||||
- composer test
|
||||
- make all
|
||||
|
||||
Reference in New Issue
Block a user