rasbt/watermark

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

mbrukman opened this issue · 2 comments

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 commented

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

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