autozimu / LanguageClient-neovim

Language Server Protocol (LSP) support for vim and neovim.
MIT License
3.55k stars 272 forks source link

Use github actions instead of travis and circle #1173

Closed martskins closed 3 years ago

martskins commented 3 years ago

This PR removes travis and circleci in favour of github actions, the motivation behind this is mostly that travis is now in the process of migrating to travis-ci.com and builds have been terribly slow. I think we could potentially solve it by migrating, but I haven't been able to figure out how to do that, at least not without full permissions on the repo.

I also think github actions are a lot more readable and easier to write, so I believe this would work better for us.

martskins commented 3 years ago

@autozimu I think I need you to turn off travis to be able to properly replace it by github actions.

autozimu commented 3 years ago

Absolutely. I've turned off both Travis and Circle.

BTW, thank you very much for taking the project forward!