From 8e18deb74fea7f8bf49728423295ebc67e46b675 Mon Sep 17 00:00:00 2001 From: Justin Lynn Date: Fri, 25 Oct 2013 17:36:35 -0700 Subject: [PATCH] disable e-mail notifications for travisCI --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 38e553552c..590bdaea04 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,8 @@ before_install: - sudo apt-get install -qq libboost1.48-all-dev protobuf-compiler libprotobuf-dev libssl-dev exuberant-ctags script: scons && npm install && npm test notifications: + email: + false irc: channels: - "chat.freenode.net#ripple-dev"