From 0d9bbe665368c98bfc2b8491e840ecb8697a19a3 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 28 Jul 2015 15:48:27 -0700 Subject: [PATCH] tools: fix duplicated quote in travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d21e3b1c1..267c84fa6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,7 +59,7 @@ notifications: # - "Change view : %{compare_url}" # - "Build details : %{build_url}" template: - - "%{repository_name} (%{commit}) : %{message} %{build_url}"" + - "%{repository_name} (%{commit}) : %{message} %{build_url}" # If you enable skip_join, remember to remove the NO_EXTERNAL_MSGS flag (n) on the IRC channel(s) the bot notifies. # If you want the bot to send messages to channels protected with a channel key (ie, set with /mode #channel +k password), you can use the channel_key variable: