-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Consider migrating from Travis CI to GitHub Actions #1465
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
Comments
Travis CI seems to be causing a some issues with failed builds lately for quite some projects I watch. As long as automatic testing of PRs works and it's integrated into github it's fine. I never looked into github actions though, but from what I see you still need some tool to actually run the test (e.g. the circle CI action). Any details on what you are planning here? |
Here’s the thing GitHub actions is independent of any other CI system and the virtual machines that execute the tests are provided by GitHub to us. On our part, we have to create a yml file to configure the build steps etc. I have already implemented GitHub actions on some other repos I help maintain and we have the following configuration in place. For any PR to the master branch we run the test suite and when any tags are pushed to master we make a release. Let me work on a PR so you get a better insight about what I’m talking about. |
@asahasrabuddhe Sounds great then, looking forward to the PR |
Issue Description
As of today, echo uses Travis CI for testing. I propose that we move from Travis CI and use GitHub Actions. If we go through with this change, we would be able to test out echo on Windows, Mac, and Linux very easily. It would also allow us to automate the release process also.
Please let me know your thoughts on this.
The text was updated successfully, but these errors were encountered: