From 53bde74a99ccb656d2a73da530c53d9fce504946 Mon Sep 17 00:00:00 2001 From: Jack Wasey Date: Fri, 4 Sep 2015 05:42:09 -0400 Subject: [PATCH] travis to email on changes to build status --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 89f7e19f..4a65b607 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,3 +45,8 @@ after_success: - Rscript -e 'devtools::session_info()' - env: COVR=true - Rscript -e 'library(covr); coveralls(exclusions = list("R/RcppExports.R", "src/RcppExports.cpp", "R/benchmark.R", quiet = FALSE)' + +notifications: + email: + on_success: change + on_failure: change