Parcourir la source

Merge branch 'dev'

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

+ 8 - 1
.travis.yml

@@ -11,7 +11,14 @@ 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}"
+    use_notice: true
 script:
   - ./build.sh
   - ./test_cocktail_01 && ./test_cocktail_02 && ./test_cocktail_03