Merge pull request #1255 from matthiaskrgr/patch-1

travis: remove some useless options, condense irc message, skip joins in...
This commit is contained in:
Arthur-D 2014-03-19 01:20:53 +01:00
commit d9c5d415cd

View File

@ -7,8 +7,6 @@ language: cpp
compiler:
- gcc
# - clang
git:
submodules: false
#branches:
# only:
# - master
@ -24,11 +22,10 @@ notifications:
irc:
channels:
- "irc.freenode.org#stk"
skip_join: false
use_notice: true
template:
#- "[%{commit}: %{author}] %{message}"
#- "%{build_url}"
- "[%{repository}#%{branch} @%{commit}] %{author}): %{message}"
- "Diff: %{compare_url}"
- "[%{repository}#%{branch} @%{commit}] %{author}): %{message} diff: %{compare_url}"
- "Build: %{build_url}"
skip_join: true
use_notice: true