From 10712e85d67fb1370f81d6929c9bfaa904ec0416 Mon Sep 17 00:00:00 2001 From: Baptiste Lepilleur Date: Wed, 8 May 2013 21:23:52 +0000 Subject: [PATCH] Added continuous integration failure e-mail notification. --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 067279049..a652b8020 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,3 +4,9 @@ compiler: - gcc - clang script: cmake . && make +notifications: + recipients: + - baptiste.lepilleur@gmail.com + email: + on_success: change + on_failure: always