Problem with Travis CI

In the last couple of days, commits I make to my registered packages do not trigger Travis CI. I have it set up on Github to point to travis-ci.com, which I believe is correct. Is anyone else having this problem and/or know of a solution?

I think it’s working now. Seems I had to join a pricing plan…

Travis stopped offering free CI to open source projects in November, and many people have switched to GitHub Actions instead, which does still offer free CI to open source projects. See Easy workflow file for setting up GitHub Actions CI for your Julia package for a bit on how to get setup if you want to make the switch.

1 Like