mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Fixed: Travis-ci config syntax
--HG-- branch : develop
This commit is contained in:
parent
4886da5855
commit
f84b7f781a
1 changed files with 3 additions and 1 deletions
|
@ -30,7 +30,9 @@ script:
|
||||||
- cmake --build build -- -j 2
|
- cmake --build build -- -j 2
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
irc: "chat.freenode.net#ryzom"
|
irc:
|
||||||
|
channels:
|
||||||
|
- "chat.freenode.net#ryzom"
|
||||||
template:
|
template:
|
||||||
- "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}"
|
- "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}"
|
||||||
- "Description : %{commit_message}"
|
- "Description : %{commit_message}"
|
||||||
|
|
Loading…
Reference in a new issue