-
Notifications
You must be signed in to change notification settings - Fork 406
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
🚀 Switch from Travis to GitHub actions #396
Comments
I will try to work on this :) |
That would be fantastic! Thanks @marcoieni! |
Maybe it's because we have to update the path in https://github.com/dandavison/delta/blob/master/.travis.yml by the way 😅 |
Oh, thanks! Fixed that symlink (4f167f4). But, I don't think that's it -- last build ran on 5th Nov whereas the bat dir rename was on 14 Nov (e527a69). I believe the issue is that Travis has changed their business model. I have no criticism at all of them wanting to make some money; their support of open source projects was very generous. (It was a bit odd they didn't warn us though.) But Delta had been relying on their free support for open source projects, and I had been wanting to switch to Github Actions in any case. |
Do you think we should close this now @marcoieni? |
Travis has been very useful to delta, but they recently changed their policies with the result that delta builds are not currently happening. I'm still waiting for them to tell me whether they'd like delta to switch to a paid plan or whether they're offering to support it as an Open Source project, but, it's probably time to switch to GitHub actions.
Since delta originally copied its Travis-based CI scripts from bat, it may help to consult the bat sources, since bat has since switched to GitHub actions: https://github.com/sharkdp/bat/blob/master/.github/workflows/CICD.yml
cc @marcoieni
The text was updated successfully, but these errors were encountered: