drupal_ti
drupal_ti copied to clipboard
[Support Request] Drush installtion is failing
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
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.
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).
@naveenvalecha is this fixed, then?