From 57993816581f7df01c16b067bf3eed9c25431578 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Mon, 29 Sep 2014 10:05:04 +0200 Subject: [PATCH] Fix typo in Travis IRC notification template See #86 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cb2e498666..50c51e0ffa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ notifications: channels: chat.freenode.net#bitsquare.io template: - '%{message} (%{repository}#%{build_number}, %{duration})' - - '%{repsitory}/%{branch} %{commit} %{author}: %{commit_message}' + - '%{repository}/%{branch} %{commit} %{author}: %{commit_message}' - '%{build_url}' on_success: always on_failure: always