Skip to content

Commit c4fa099

Browse files
committed
travisify.sh: fix README badge generation
1 parent 92565b7 commit c4fa099

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

travisify.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ EOL
186186
update README.md 'Travis: fix README.md badge link'
187187
else
188188
info "Adding Travis badge to README.md"
189-
echo "[![](https://$domain/$repoSlug.svg?branch=master)]($travisURL)" >"$tmpFile"
189+
echo "[![](https://$domain/$repoSlug.svg?branch=master)](https://$domain/$repoSlug)" >"$tmpFile"
190190
echo >>"$tmpFile"
191191
test -f README.md && cat README.md >>"$tmpFile"
192192
update README.md 'Travis: add badge to README.md'

0 commit comments

Comments
 (0)