diff --git a/.travis.yml b/.travis.yml index 9d7d40a..38b181a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,8 +13,8 @@ before_script: - cd ../.. # install drush - - pear channel-discover pear.drush.org - - pear install drush/drush-5.8.0 + - export PATH="$HOME/.composer/vendor/bin:$PATH" + - composer global require drush/drush:7.0 - phpenv rehash # install php packages required for running a web server from drush on php 5.3