Merge pull request #1255 from matthiaskrgr/patch-1
travis: remove some useless options, condense irc message, skip joins in...
This commit is contained in:
commit
d9c5d415cd
11
.travis.yml
11
.travis.yml
@ -6,9 +6,7 @@
|
|||||||
language: cpp
|
language: cpp
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
#- clang
|
# - clang
|
||||||
git:
|
|
||||||
submodules: false
|
|
||||||
#branches:
|
#branches:
|
||||||
# only:
|
# only:
|
||||||
# - master
|
# - master
|
||||||
@ -24,11 +22,10 @@ notifications:
|
|||||||
irc:
|
irc:
|
||||||
channels:
|
channels:
|
||||||
- "irc.freenode.org#stk"
|
- "irc.freenode.org#stk"
|
||||||
skip_join: false
|
|
||||||
use_notice: true
|
|
||||||
template:
|
template:
|
||||||
#- "[%{commit}: %{author}] %{message}"
|
#- "[%{commit}: %{author}] %{message}"
|
||||||
#- "%{build_url}"
|
#- "%{build_url}"
|
||||||
- "[%{repository}#%{branch} @%{commit}] %{author}): %{message}"
|
- "[%{repository}#%{branch} @%{commit}] %{author}): %{message} diff: %{compare_url}"
|
||||||
- "Diff: %{compare_url}"
|
|
||||||
- "Build: %{build_url}"
|
- "Build: %{build_url}"
|
||||||
|
skip_join: true
|
||||||
|
use_notice: true
|
||||||
|
Loading…
Reference in New Issue
Block a user