From f15bdad4b384784955b7a1f0fdd9d23d870c43d5 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Tue, 15 Aug 2017 10:19:17 -0700 Subject: [PATCH] Travis doesn't respect the repo/organization email so turning off Turning off travis email notifications. Github does a fine job notifying us about the things we care about, otherwise we can always go there and see the results. FREEBIE --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index ca47c42d4..78931d5d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,3 +10,5 @@ env: - secure: LeXDynRSyeHXR9KdmhYuP/zsc8uFsnYoOWI3fqg8x5SLOilfDyQ766idkT9NTRrdSR8WY7wP4DPs3hrBWGmcVq7BhytI9Q34YSgGS/Sds0jlm5AzSpYfAHpSQ+9ufQXNKN6lgxTkupdsWlc2Em20wUd5EfluDSOoeWVMlqHmKrw= - secure: WzXjaiy6BmEyKI3uXeanjbAlmzadlwIWxJbC7Mff2duIl/nsaOTK6ElYu23IfeBCvK1DxXV8DVUfTIZXkeFeqHKPtgq2t3HcS12YiNnb7ToGpgOpzElYY4wAOPxRbqPE/ZcthbSxo1x/thgDeWNWxqK1X4XJ3qEIRoE+tPsGKG8= sudo: false +notifications: + email: false