Skip to content

Commit e2f6258

Browse files
author
Gary PEGEOT
committed
Bring back notifications
1 parent 6124ff4 commit e2f6258

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,11 @@ script:
4848
- composer validate --strict --no-check-lock
4949
# simple-phpunit is the PHPUnit wrapper provided by the PHPUnit Bridge component and
5050
# it helps with testing legacy code and deprecations (composer require symfony/phpunit-bridge)
51-
- SYMFONY_DEPRECATIONS_HELPER="weak_vendors" ./vendor/bin/simple-phpunit $PHPUNIT_FLAGS
51+
- SYMFONY_DEPRECATIONS_HELPER="weak_vendors" ./vendor/bin/simple-phpunit $PHPUNIT_FLAGS
52+
53+
notifications:
54+
email:
55+
recipients:
56+
- si-integration@smartandco.com
57+
on_success: change
58+
on_failure: always

0 commit comments

Comments
 (0)