We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c9fe0 commit 483b2cfCopy full SHA for 483b2cf
travisify.sh
@@ -195,7 +195,7 @@ EOL
195
update README.md 'Travis: fix README.md badge link'
196
else
197
info "Adding Travis badge to README.md"
198
- echo "[](https://$domain/$repoSlug)" >"$tmpFile"
+ echo "[](https://$domain/$repoSlug)" >"$tmpFile"
199
echo >>"$tmpFile"
200
test -f README.md && cat README.md >>"$tmpFile"
201
update README.md 'Travis: add badge to README.md'
0 commit comments