Browse Source

Modification du template de notifications sur IRC

Sniperovitch 8 years ago
parent
commit
ae27a3bdac
1 changed files with 7 additions and 1 deletions
  1. 7 1
      .travis.yml

+ 7 - 1
.travis.yml

@@ -11,7 +11,13 @@ before_install:
   - sudo apt-get install -y python-pip
   - sudo apt-get install -y python-pip
   - sudo pip install pandoc-latex-environment
   - sudo pip install pandoc-latex-environment
 notifications:
 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:
 script:
   - ./build.sh
   - ./build.sh
   - ./test_cocktail_01 && ./test_cocktail_02 && ./test_cocktail_03
   - ./test_cocktail_01 && ./test_cocktail_02 && ./test_cocktail_03