disable e-mail notifications for travisCI

This commit is contained in:
Justin Lynn
2013-10-25 17:36:35 -07:00
committed by Vinnie Falco
parent 7ae1ad524b
commit 8e18deb74f

View File

@@ -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"