From 98a326dcfc7da157744970df6314b4966434f925 Mon Sep 17 00:00:00 2001 From: Nathan Youngman Date: Wed, 4 Jan 2017 13:46:05 -0700 Subject: [PATCH] travis: disable email notifications --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3655442..459db12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,3 +5,5 @@ before_script: - gem install awesome_bot script: - awesome_bot README.md --allow-redirect --white-list golang-book,gopl.io,0636920046516,manning.com/books/learn-go,jannewmarch,codegangsta,creativecommons,gobyexample,Ketelsen-GOinA.jpg,amazon,amzn +notifications: + email: false