We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6124ff4 commit e2f6258Copy full SHA for e2f6258
1 file changed
.travis.yml
@@ -48,4 +48,11 @@ script:
48
- composer validate --strict --no-check-lock
49
# simple-phpunit is the PHPUnit wrapper provided by the PHPUnit Bridge component and
50
# 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
+ - 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