alecthomas / voluptuous

CONTRIBUTIONS ONLY: Voluptuous, despite the name, is a Python data validation library.
https://pypi.org/project/voluptuous
BSD 3-Clause "New" or "Revised" License
1.82k stars 218 forks source link

Remove Travis build status badge #482

Closed spacegaier closed 1 year ago

spacegaier commented 1 year ago

The build via Travis no longer works, as they have stopped their open-source free tier some time ago. We are already running via Github CI anyway, so I swapped out the badge.

Also remove the obsolete bash script for Github pages update. There is a new guide in the gh-pages branch already.