From b07ed7f89ce2fcc29585e746ea3db4b599ee3c67 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Tue, 27 Feb 2018 01:13:50 +0200 Subject: Stop email notifications --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4a863dd..ab896b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,3 +6,5 @@ install: - pip install pytest script: - pytest +notifications: + email: false -- cgit v1.3.1