From e17d37cb0d88b8b767de5ecc71f6251b645493f8 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Mon, 12 Mar 2018 05:14:28 +0000 Subject: [PATCH] Update .travis.yml Correct quote closure on travis markup. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 082e6c2..bae9931 100644 --- a/.travis.yml +++ b/.travis.yml @@ -78,7 +78,7 @@ notifications: template: - "Commit %{commit} by %{author} in %{branch} %{result} after %{duration}." - "Commit changes: %{commit_subject}" - - "Build details on %{build_url} + - "Build details on %{build_url}" # - "Details on %{build_url}, changes on %{compare_url}" # End of file.