-
-
Notifications
You must be signed in to change notification settings - Fork 192
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
Update travis testing #570
Comments
I would love to modernize/simplify/update our test setup. It's quite convoluted for historic reasons (pre-dates composer, etc.) |
We should probably consider moving away from Travis since they are no longer offering a free tier for open source projects. A popular alternative is GitHub Actions. |
I'm all for this! |
Can this be closed since the project is using GitHub actions now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Didn't want to mix this into #569 but wondering if we could improve how the travis set up works:
Rough ideas:
composer config repositories.ancillary '{"type": "path", "url": "/var/lib/drupalci/workdir/redirect", "options": {"symlink": false}}'
, then install it inside. That will ensure to install compatible versions for Drupal 8/9.The text was updated successfully, but these errors were encountered: