From 197fd370083c63401991f3324addfa2983b01ccc Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 23 Nov 2016 22:20:56 +0200 Subject: [PATCH] - Turn off Travis CI email notification. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index adf6897..81937bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,3 +17,4 @@ script: notifications: webhooks: https://galaxy.ansible.com/api/v1/notifications/ + email: false -- GitLab