LionsAd / drupal_ti

Drupal - Travis Integration
82 stars 37 forks source link

[Support Request] Drush installtion is failing #69

Open naveenvalecha opened 8 years ago

naveenvalecha commented 8 years ago

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

taz77 commented 8 years ago

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 commented 8 years ago

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).

mglaman commented 7 years ago

@naveenvalecha is this fixed, then?