From 2da54a4ca0b9204a8f80c4d77d42a5bb01287e38 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sun, 25 Feb 2018 05:59:59 +0000 Subject: [PATCH] Fix typo in travis configuration file. Signed-off-by: Natalia Portillo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 618f61b..d0cde59 100644 --- a/.travis.yml +++ b/.travis.yml @@ -75,7 +75,7 @@ notifications: - "chat.freenode.net#varcem" template: - "Commit %{commit} by %{author} in %{branch} %{result} after %{duration}." - - "Commit changes: {commit_subject}" + - "Commit changes: %{commit_subject}" - "Details on %{build_url}, changes on %{compare_url}" # End of file.