DjangoAdminHackers / django-linkcheck

An app that will analyze and report on links in any model that you register with it. Links can be bare (urls or image and file fields) or embedded in HTML (linkcheck handles the parsing). It's fairly easy to override methods of the Linkcheck object should you need to do anything more complicated (like generate URLs from slug fields etc).
BSD 3-Clause "New" or "Revised" License
75 stars 26 forks source link

switch CI #110

Closed sbor23 closed 2 years ago

sbor23 commented 3 years ago

travis-ci.org is shutting down soon and displays the message:

Hi! It seems there are still plenty of builds running. We're pushing back the shutdown date to June 15th. Please consider migrating to travis-ci.com.

Consider switching to travis-ci.com or to a different CI provider.

claudep commented 3 years ago

@andybak Do you think you would be able to make the switch?