From 116ce97d8137d4346d245125993a88a4ab399237 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Mon, 3 Apr 2017 12:05:02 -0400 Subject: [PATCH] Turn off email to save everyone's inbox --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index cda29010..d1d83a08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,3 +2,5 @@ language: ruby rvm: 2.2 before_script: gem install awesome_bot script: awesome_bot README.md --allow-ssl --allow 403 +notifications: + email: false