Fixed: Travis-ci config syntax

This commit is contained in:
kervala 2016-01-16 19:37:28 +01:00
parent 45a3bf320e
commit 77d4cccc8e

View file

@ -30,7 +30,9 @@ script:
- cmake --build build -- -j 2
notifications:
irc: "chat.freenode.net#ryzom"
irc:
channels:
- "chat.freenode.net#ryzom"
template:
- "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}"
- "Description : %{commit_message}"