From 71b473705f73b12a35422d3aa257906e4a99d853 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Sun, 24 Jun 2012 10:52:16 -0400 Subject: Send notifications to pyramid-checkins. Note that we rely on the default settings (failures always send, success sends only on change.). --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index c637dc215..490fd2df7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,3 +13,7 @@ matrix: - python: pypy script: python setup.py test + +notifications: + email: + - pyramid-checkins@lists.repoze.org -- cgit v1.2.3