We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ef2992 + 17a66a2 commit f7c4898Copy full SHA for f7c4898
.travis.yml
@@ -8,4 +8,9 @@ before_script: composer install
8
script:
9
- ./vendor/bin/phpunit
10
- ./vendor/bin/php-cs-fixer fix src/
11
- - ./vendor/bin/php-cs-fixer fix tests/
+ - ./vendor/bin/php-cs-fixer fix tests/
12
+
13
+notifications:
14
+email:
15
+ on_success: never
16
+ on_failure: never
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "sempro/phpunit-pretty-print",
3
- "version": "1.1.8",
+ "version": "1.1.9",
4
"description": "Prettify PHPUnit output",
5
"type": "library",
6
"license": "MIT",
0 commit comments