Parcourir la source

Modification du template de notifications sur IRC

Sniperovitch il y a 8 ans
Parent
commit
ae27a3bdac
1 fichiers modifiés avec 7 ajouts et 1 suppressions
  1. 7 1
      .travis.yml

+ 7 - 1
.travis.yml

@@ -11,7 +11,13 @@ before_install:
   - sudo apt-get install -y python-pip
   - sudo pip install pandoc-latex-environment
 notifications:
-  irc: "chat.freenode.net#pressecitron"
+  irc:
+    channels:
+      - "chat.freenode.net#pressecitron"
+    template:
+      - "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}"
+      - "Change view : %{compare_url} Build details : %{build_url}"
+      - "%{commit_message"
 script:
   - ./build.sh
   - ./test_cocktail_01 && ./test_cocktail_02 && ./test_cocktail_03