We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 build : https://travis-ci.org/naveenvalecha/autologout/jobs/110087030
Travis yml file : https://github.com/naveenvalecha/autologout/blob/8.x-1.x/.travis.yml
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Try this.
Replace - composer global require "lionsad/drupal_ti:1.*"
- composer global require "lionsad/drupal_ti:1.*"
With - composer global require "lionsad/drupal_ti:dev-master"
- 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?
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: