Skip to content

Commit

Permalink
travis to email on changes to build status
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwasey committed Sep 4, 2015
1 parent 314b4a4 commit 53bde74
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 53bde74

Please sign in to comment.