jquery / esprima

ECMAScript parsing infrastructure for multipurpose analysis
http://esprima.org
BSD 2-Clause "Simplified" License
7.05k stars 787 forks source link

Consolidate CI to GitHub Actions #2026

Open ariya opened 4 years ago

ariya commented 4 years ago

Now that GitHub provides a built-in and well-integrated CI solution in the form of GitHub Actions which supports all platforms (Windows, macOS, Linux), it does make sense to stop using a number of different services (Appveyor, Travis CI, Circle CI, Drone, GitLab CI) and just consolidate everything to GitHub Actions.