Thread (1 message) 1 message, 1 author, 2016-06-15

Re: [RFC/PATCH v1] Add Travis CI support

From: Matthieu Moy <hidden>
Date: 2016-06-15 23:06:42

Matthieu Moy [off-list ref] writes:
* If the tests always pass, nobody ever get any email from Travis-CI.
Actually, I've just been reminded that the repository owner gets one
email per new ref (tag, branch) by default.

Deactivating completely email notification is as simple as (in
.travis.yml):

notifications:
  email: false

and not getting emails when tests pass is done with

notifications:
  email:
    on_success: never

It probably makes sense to do the later in the case of Git, so that
Junio doesn't get spammed when pushing topic branches to
https://github.com/gitster/git.

-- 
Matthieu Moy
http://www-verimag.imag.fr/~moy/
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help