diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-11-01 15:59:45 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-11-01 15:59:45 -0500 |
commit | 835862adab409544320a3ff8572c40658d6501f4 (patch) | |
tree | eb1df4b98ac218f1cae6f5efd6cc5c57d71f1d21 | |
parent | 49bbda03fd78084f14226738aea26a6af606c971 (diff) | |
download | snakemake-mode-835862adab409544320a3ff8572c40658d6501f4.tar.gz |
travis: Turn off emails about successful runs
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 77e56d4..9eb10a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,3 +26,8 @@ before_script: script: make test EMACS=${EMACS} + +notifications: + email: + on_success: never + on_failure: always |