diff --git a/.travis.yml b/.travis.yml index 0a9c00a36a0..699d2e8bc22 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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