Skip to content
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

Fix failing travis for D7 #134

Closed
wants to merge 18 commits into from
5 changes: 4 additions & 1 deletion .travis.yml
@@ -1,7 +1,7 @@
language: php

php:
- 5.3
- 5.6

mysql:
database: drupal
Expand All @@ -13,6 +13,9 @@ before_script:
- cd ../..

# install drush
- pear upgrade –force Console_Getopt
Copy link
Member

@amitaibu amitaibu Jul 4, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use composer to get Drush, like we have in other projects

- pear upgrade –force pear
- pear upgrade-all
- pear channel-discover pear.drush.org
- pear install drush/drush-5.8.0
- phpenv rehash
Expand Down