Avoid email when travis is ok
This commit is contained in:
parent
5e35731693
commit
8e42a6fd15
@ -3,6 +3,11 @@
|
||||
# Command run is phpunit
|
||||
# For syntax, see http://about.travis-ci.org/docs/user/languages/php/
|
||||
|
||||
notifications:
|
||||
email:
|
||||
on_success: never # [always|never|change] default: change
|
||||
on_failure: always # [always|never|change] default: always
|
||||
|
||||
services:
|
||||
- memcached # will start memcached
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user