rasbt / watermark

An IPython magic extension for printing date and time stamps, version numbers, and hardware information
Other
894 stars 92 forks source link

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

Closed mbrukman closed 2 years ago

mbrukman commented 2 years ago

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 2 years ago

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

mbrukman commented 2 years ago

The badge was updated in https://github.com/rasbt/watermark/commit/01898e01324210c30f557600993568dbcf12d3af but the .travis.yml file is still there. I'll send a PR to clean this up.