aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml21
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}"