We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92565b7 commit c4fa099Copy full SHA for c4fa099
1 file changed
travisify.sh
@@ -186,7 +186,7 @@ EOL
186
update README.md 'Travis: fix README.md badge link'
187
else
188
info "Adding Travis badge to README.md"
189
- echo "[]($travisURL)" >"$tmpFile"
+ echo "[](https://$domain/$repoSlug)" >"$tmpFile"
190
echo >>"$tmpFile"
191
test -f README.md && cat README.md >>"$tmpFile"
192
update README.md 'Travis: add badge to README.md'
0 commit comments