From 66d2404243dfb54270dcddd9e7765a2f6d829cdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Wed, 19 Mar 2014 00:57:50 +0100 Subject: [PATCH] travis: remove some useless options, condense irc message, skip joins in channel --- .travis.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 983e7166d..f15d50e51 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,9 +6,7 @@ language: cpp compiler: - gcc - #- clang -git: - submodules: false +# - clang #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