From 28a0329f65f16e2a5e766396655b4afb1a6781d2 Mon Sep 17 00:00:00 2001 From: bootstraponline Date: Mon, 25 Feb 2013 21:50:49 -0500 Subject: [PATCH] Notify me on build failure --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a9d41bdf..612a8445 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ rvm: - 1.8.7 - 1.9.3 notifications: - disabled: true + email: + - code@bootstraponline.com before_install: - sudo apt-get update