diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-07-23 09:05:30 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-07-23 09:05:30 +0200 |
commit | 2a8352db2e95867a0cbe1e2dfd53aba9f7d15205 (patch) | |
tree | 36bec559887047b4de3f0916bf7b9ca26e274a9e /.travis.yml | |
parent | add IRC notifications to travis (diff) | |
download | monero-2a8352db2e95867a0cbe1e2dfd53aba9f7d15205.tar.xz |
only alert on IRC when the status changes
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 9f4b7d3d4..2126d7472 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,8 @@ script: make -j2 && HAVE_DOT=YES doxygen Doxyfile notifications: email: false irc: + on_success: change + on_failure: change channels: - "chat.freenode.net#monero-dev" nick: monero |