From b460d61e7a691fe7182c86b0e15f740aea253254 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Thu, 5 Jan 2017 19:21:14 +0000 Subject: [PATCH] Stop Travis from sending email notifications --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index c87caec3..93ff2125 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,4 +13,7 @@ before_install: install: travis_retry composer install --no-interaction --no-scripts --prefer-source --no-suggest +notifications: + email: false + script: vendor/bin/phpunit