We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e10437 commit d26711dCopy full SHA for d26711d
1 file changed
github-actionify.sh
@@ -270,6 +270,12 @@ EOL
270
test -f README.md && cat README.md >>"$tmpFile"
271
update README.md 'add README.md badge link'
272
fi
273
+
274
+ # remove old Travis CI configuration
275
+ git rm -rf .travis.yml .travis
276
+ $EXEC git diff-index --quiet HEAD -- &&
277
+ info "No old CI configuration to remove." ||
278
+ $EXEC git commit -m "${msgPrefix}remove Travis CI configuration"
279
}
280
281
cat <<EOL
0 commit comments