drupal_ti icon indicating copy to clipboard operation
drupal_ti copied to clipboard

[Support Request] Drush installtion is failing

Open naveenvalecha opened this issue 9 years ago • 3 comments

Travis build : https://travis-ci.org/naveenvalecha/autologout/jobs/110087030

Travis yml file : https://github.com/naveenvalecha/autologout/blob/8.x-1.x/.travis.yml

naveenvalecha avatar Feb 18 '16 10:02 naveenvalecha

I am having issues with Drush after it is installed. Your problems is installing Drush globally.

I would restart the Travis builds to see what happens.

taz77 avatar Mar 24 '16 21:03 taz77

Try this.

Replace - composer global require "lionsad/drupal_ti:1.*"

With - composer global require "lionsad/drupal_ti:dev-master"

Also PHP 5.3 and 5.4 will fail. The Dev master moves to Drush 8.x. Drush 8.x only support PHP 5.5 and greater (just like D8).

taz77 avatar Mar 24 '16 21:03 taz77

@naveenvalecha is this fixed, then?

mglaman avatar Nov 18 '16 14:11 mglaman