Closed kaarthiksundar closed 3 years ago
As far as notifications go, you have to explicitly disable notifications for GitHub Actions in your GitHub profile settings.
Also, you might want to disable appveyor as well
Thanks! Should I delete the travis and appveyor webhooks on this repo?
Yes please. I will release a version after that is done.
Should be done! Thanks.
@kbarbary
Travis CI is no longer free for open-source projects from 2021. Hence, pushed a commit to master to migrate CI to GitHub Actions. This has been the trend for most Julia Packages. Please feel free to disable CI in your Travis profile when you find time. Let me know once that is done, I can update badges, remove the travis.yml and appveyor.yml files, and release a patch version.
Thanks Kaarthik