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

Any interest in supporting travis? #40

Open
dakkusingh opened this issue Mar 21, 2018 · 3 comments
Open

Any interest in supporting travis? #40

dakkusingh opened this issue Mar 21, 2018 · 3 comments

Comments

@dakkusingh
Copy link
Contributor

It would be great to have the flexibility to use travis for module testing, the same way as https://github.com/Lullabot/drupal8ci supports drupal testing with Travis.

Is there interest in adding this feature? Are there any pros/cons over the 2 ci solutions for module testing?

@deviantintegral
Copy link
Owner

Yes, that would be great! @juampynr has been working towards a docker-compose solution for Travis, which would let us reuse most of the circleci work too.

@dakkusingh
Copy link
Contributor Author

Just seen @juampynr recent push with Travis.
https://github.com/Lullabot/drupal8ci/blob/master/dist/travisci/.travis/docker-compose.yml

In some ways I quite like that it is using Wodby images. I also use wodby for production stack, and their dinky image size is always a plus (Alpine).

It does however mean that:

  1. should we re-jig drupal_tests to use wodby instead of drupal-apache (official docker) images? Wodby uses Alpine and therefore images are much smaller.
  2. should we re-jig circle ci flow to closely align with travis?

Needs some food for thought!! What do you think?

@dakkusingh
Copy link
Contributor Author

crosspost: Lullabot/drupal9ci#22

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