Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate from Travis CI to Github Actions #185

Closed
pyrodogg opened this issue Nov 17, 2020 · 1 comment
Closed

Migrate from Travis CI to Github Actions #185

pyrodogg opened this issue Nov 17, 2020 · 1 comment

Comments

@pyrodogg
Copy link
Member

pyrodogg commented Nov 17, 2020

Travis CI is changing how they support OSS projects, migrating them from travis-ci.org to travis-ci.com, where the commercial plans are operated. [1] OSS projects would need to continually apply for a pool of credits in order to continue getting free build time. [2]

For the trivial compile checking of this project, using Github actions would be much simpler, and avoids extra paperwork. travis-ci.org goes read-only after December 31, 2020.

[1] https://docs.travis-ci.com/user/migrate/open-source-on-travis-ci-com/
[2] https://blog.travis-ci.com/2020-11-02-travis-ci-new-billing#building-on-a-public-repositories-only

@DiamondMofeng
Copy link
Member

Added github action in #232. Currently just simply build then run lint&dtslint tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants