-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Travis Failure composer drush/drush:7.x #2850
Comments
@scottrigby Your problems are probably caused by using So, I have two suggestions for you:
Drush 8 is supported, and works with Drupal 6, Drupal 7, and Drupal 8.0 - 8.3.x. |
@greg-1-anderson You beat me to it! I posted this just before leaving for the airport, and now on a plane just tested requiring drush 7.x (globally and not) in a https://hub.docker.com/r/petehouston/docker-alpine-php-composer/ container, and it's fine. That's good to know about 8.x though - I will give that a shot ASAP |
8.x FTW. Sorted 🔨 |
@greg-1-anderson
I first came to this locally:
composer global require drush/drush:7.x
gave the following output:But before filing a GH issue I checked Travis, which also lists
7.x
as broken: https://travis-ci.org/drush-ops/drush/branchesThis is breaking our Drupal 7 projects Ci.
Is there a better place for this issue?
The text was updated successfully, but these errors were encountered: