diff --git a/.travis.yml b/.travis.yml index 899443e..e1712a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ before_script: script: - mkdir -p build/logs - ./vendor/bin/parallel-lint src tests - - ./vendor/bin/phpunit --coverage-text + - ./vendor/bin/phpunit --verbose - ./vendor/bin/phpcs src --standard=psr2 -sp after_script: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c602dee..d7390e2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,6 +57,6 @@ The following tests must pass before we will accept a pull request. If any of th ``` ./vendor/bin/parallel-lint src tests -./vendor/bin/phpunit --coverage-text +./vendor/bin/phpunit --verbose ./vendor/bin/phpcs src --standard=psr2 -sp ```