diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2014-04-03 12:06:37 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2014-04-03 12:06:37 +0100 |
commit | 51c429478b75c836705d0e877ee5222658210b3f (patch) | |
tree | ec4c7397529f7524aa3f5bbb599071d755860f11 | |
parent | 14adc61ce6a05de4da9765760bc9b18f3eb41cb1 (diff) | |
download | sos-51c429478b75c836705d0e877ee5222658210b3f.tar.gz |
Add mail notification to sos-devel in travis configuration
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index d8eb1624..32c0bfa6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,8 @@ python: - 2.7 - 3.3 notifications: - email: false + email: + sos-devel@redhat.com irc: channels: - "us.freenode.net#sosreport" |