From 5565258e190747dd409f76574173fe6cca7b96cf Mon Sep 17 00:00:00 2001 From: RoySegall Date: Mon, 30 May 2016 08:54:57 +0300 Subject: [PATCH] Fix the tests --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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