Greg Anderson
Greg Anderson
Perhaps. You wanted me to put the `drupal/drupal-driver` constraint back into the Behat Drush Endpoint, so I did. I used `^1`. Is that right? Is it perhaps getting in the...
Yeah, it's saying: > - Installing drupal/drupal-driver (v1.4.0): Cloning 919c6a39ef from cache Maybe I'll try just setting the version constraint to `*`.
I duplicated some installation code from the Drupal 7 case for Drupal 8 and adjusted it, but accidentally left a `require drupal-driver` in the cut-copy-pasta. Fixed that in fa6a8ce; we'll...
The situation is greatly improved, but I see that there are some failed `drush` tests that seem to be running Drupal 7 tests against a Drupal 8 SUT. Maybe I...
Most tests are passing now. I suspect that all tests will pass once the Drush driver is updated to not use `drush cache-clear all` with Drush 9.
@jhedstrom I'm not sure why Travis won't clone from my PR; seems like I've done this sort of thing before (and recently) without a problem. Maybe you can just merge...
OMG the tests are green! Probably want to wait for tagged releases in DrupalDriver and Drush before finishing up here and merging.
Now we're just waiting for the Drush release.
Updated .travis.yml to use the stable release of Drush. Perhaps this is good to go now?
c.f. https://github.com/drupal-composer/drupal-project/pull/550#issuecomment-585568714