Fixing notifications in travis.yml
authorTobias Markus <tobbi@mozilla-uk.org>
Mon, 8 Sep 2014 05:50:32 +0000 (07:50 +0200)
committerTobias Markus <tobbi@mozilla-uk.org>
Mon, 8 Sep 2014 05:50:32 +0000 (07:50 +0200)
.travis.yml

index 521c367..c2e33e3 100644 (file)
@@ -50,14 +50,14 @@ script:
 - make VERBOSE=1 -j 4 
 
 notifications:
-irc:
-channels:
-- "irc.freenode.org#supertux"
-skip_join: false
-use_notice: true
-template:
-#- "[%{commit}: %{author}] %{message}"
-#- "%{build_url}"
-- "[%{repository}#%{branch} @%{commit}] %{author}): %{message}"
-- "Diff: %{compare_url}"
-- "Build: %{build_url}"
+  irc:
+    channels:
+    - "irc.freenode.org#supertux"
+    skip_join: false
+    use_notice: true
+    template:
+    #- "[%{commit}: %{author}] %{message}"
+    #- "%{build_url}"
+    - "[%{repository}#%{branch} @%{commit}] %{author}): %{message}"
+    - "Diff: %{compare_url}"
+    - "Build: %{build_url}"