dagrejs / graphlib

A directed multi-graph library for JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert Travis CI to GitHub Actions?

mbrukman opened this issue · comments

This repo is currently using Travis CI (as evidenced by the presence of .travis.yml in the repo and the CI badge linking to Travis). However, the URL it's pointing to — https://travis-ci.org/github/dagrejs/graphlib — currently says:

Since June 15th, 2021, the building on travis-ci.org is ceased. Please use travis-ci.com from now on.

Thus, unless you have a paid plan with Travis CI, or intend to file a regular request to re-enable CI for this open-source project1, it may be time to migrate to GitHub Actions. I've migrated multiple projects from Travis CI to GitHub Actions recently for multiple languages; happy to help migrate this one if you're open to it — let me know!

In case you're wondering: no, I'm not affiliated with either Travis or GitHub.


1 The blog post linked above says:

  • We will be offering an allotment of OSS minutes that will be reviewed and allocated on a case by case basis. Should you want to apply for these credits please open a request with Travis CI support stating that you’d like to be considered for the OSS allotment.

This implies a recurring need to re-apply for build minutes allotment, which may or may not be approved.

Graphlib is using GitHub actions now.