From: Kimmo Suominen Date: Tue, 28 Jun 2016 06:34:34 +0000 (+0000) Subject: Send notifications to the file-tests mailing list. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f7339074adfabfec9d5705f26c25dbc3d67470e;p=file Send notifications to the file-tests mailing list. --- diff --git a/.travis.yml b/.travis.yml index 0c5636d7..7dfac5c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -# $File: .travis.yml,v 1.7 2016/04/26 16:24:43 glen Exp $ +# $File: .travis.yml,v 1.8 2016/06/28 06:34:34 kim Exp $ language: c @@ -19,3 +19,10 @@ script: - ./configure --disable-silent-rules - make -j4 - make -C tests check + +notifications: + email: + recipients: + - file-tests@mx.gw.com + on_success: change + on_failure: always