kbarbary / Dierckx.jl

Julia package for 1-d and 2-d splines
Other
157 stars 30 forks source link

Migrating CI to GitHub Actions #72

Closed kaarthiksundar closed 3 years ago

kaarthiksundar commented 3 years ago

@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

kaarthiksundar commented 3 years ago

As far as notifications go, you have to explicitly disable notifications for GitHub Actions in your GitHub profile settings.

kaarthiksundar commented 3 years ago

Also, you might want to disable appveyor as well

kbarbary commented 3 years ago

Thanks! Should I delete the travis and appveyor webhooks on this repo?

kaarthiksundar commented 3 years ago

Yes please. I will release a version after that is done.

kbarbary commented 3 years ago

Should be done! Thanks.