diff options
| author | Riccardo Spagni <ric@spagni.net> | 2016-07-23 09:10:15 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2016-07-23 09:10:15 +0200 |
| commit | 28f9348fea623808ac762f81c34c8a26dbc32bea (patch) | |
| tree | 7cc8469f31674ba6cf35777f90407aa625749517 | |
| parent | 3720c27b7db3f1a83c7498e7187b6bbb402014e8 (diff) | |
| parent | ca33ce6458aa6231de67e6ab6a95335c00f8313a (diff) | |
| download | monzero-core-28f9348fea623808ac762f81c34c8a26dbc32bea.tar.gz monzero-core-28f9348fea623808ac762f81c34c8a26dbc32bea.tar.xz monzero-core-28f9348fea623808ac762f81c34c8a26dbc32bea.zip | |
Merge pull request #920
ca33ce6 include result in the notifications template (Riccardo Spagni)
2a8352d only alert on IRC when the status changes (Riccardo Spagni)
6b6fb7f add IRC notifications to travis (Riccardo Spagni)
| -rw-r--r-- | .travis.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 2026cba5f..ba4df1cc9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,3 +26,11 @@ addons: 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 + template: + - "%{result} | %{repository}#%{build_number} (%{commit} : %{author}) | Build details : %{build_url}" |
