Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Travis CI config and replace build status badge with AppVeyor? #84

Closed
mbrukman opened this issue Jan 23, 2022 · 2 comments · Fixed by #85
Closed

Remove Travis CI config and replace build status badge with AppVeyor? #84

mbrukman opened this issue Jan 23, 2022 · 2 comments · Fixed by #85

Comments

@mbrukman
Copy link
Contributor

Travis CI no longer works for open-source projects, and I see recent PRs in this repo are being tested via AppVeyor, but the main README.md still lists a Travis CI badge that links to an inactive project, and there's still a .travis.yml config that can be removed.

https://www.appveyor.com/docs/status-badges/ has documentation for how to create an AppVeyor badge; I think you can use this URL for the image badge:

Which looks like this: AppVeyor badge, but I don't know what the URL to your project is, only you do.

@rasbt
Copy link
Owner

rasbt commented Jan 24, 2022

Thanks, good call, totally forgot to update this. Should be fixed now!

@rasbt rasbt closed this as completed Jan 24, 2022
@mbrukman
Copy link
Contributor Author

The badge was updated in 01898e0 but the .travis.yml file is still there. I'll send a PR to clean this up.

mbrukman added a commit to mbrukman/watermark that referenced this issue Jan 29, 2022
This project switched from Travis CI to AppVeyor, and the build status badge was
updated in
rasbt@01898e0
but the Travis CI config is still there.

This change completes the cleanup.

Closes rasbt#84
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants