diff options
author | Jacob Torrey <discipleofranok@gmail.com> | 2016-08-26 13:46:29 -0600 |
---|---|---|
committer | Jacob Torrey <torreyj@ainfosec.com> | 2016-08-26 14:06:35 -0600 |
commit | d1dc2c31c70c587f95fd08103dad4431d9d8fbf5 (patch) | |
tree | 4d82cfb2ed50988a5db02a1563bf2f0a59510e7e /.travis.yml | |
parent | Silence coveralls to prevent 4MB logs (diff) | |
download | monero-d1dc2c31c70c587f95fd08103dad4431d9d8fbf5.tar.xz |
Re-enable Travis IRC notifications
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml index 19a586d60..0d59c33fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -105,14 +105,13 @@ matrix: 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}" +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}" |