From 20d3e30eae7440ffb8f8680665d6dbd98391ec37 Mon Sep 17 00:00:00 2001 From: Alexander Wenzowski Date: Thu, 16 Aug 2012 17:34:28 -0400 Subject: [PATCH] remove repository_url from notification template Interpolation of %{repository_url} is currently broken on Travis CI. --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ebe308a54..4acdaf343 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,8 +13,9 @@ notifications: channels: - "irc.freenode.org#ruby-fog" template: - - "%{repository_url} (%{commit}) : %{message} %{foo} " - - "Build details: %{build_url}" + - "[#%{build_number}] %{message} %{build_url}" + - "[#%{build_number}] %{commit} on %{branch} by %{author}" + - "[#%{build_number}] %{compare_url}" on_success: always on_failure: always use_notice: false