Skip to content

Commit f7c4898

Browse files
committed
Merge branch 'hotfix/1.1.9'
2 parents 9ef2992 + 17a66a2 commit f7c4898

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,9 @@ before_script: composer install
88
script:
99
- ./vendor/bin/phpunit
1010
- ./vendor/bin/php-cs-fixer fix src/
11-
- ./vendor/bin/php-cs-fixer fix tests/
11+
- ./vendor/bin/php-cs-fixer fix tests/
12+
13+
notifications:
14+
email:
15+
on_success: never
16+
on_failure: never

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sempro/phpunit-pretty-print",
3-
"version": "1.1.8",
3+
"version": "1.1.9",
44
"description": "Prettify PHPUnit output",
55
"type": "library",
66
"license": "MIT",

0 commit comments

Comments
 (0)