diff --git a/.travis.yml b/.travis.yml index 795c6131..b946f7c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,7 @@ install: # For Drupal 8 install the behat drush endpoint. # Pins symfony/dependency-injection to match core. # @see https://github.com/jhedstrom/drupalextension/issues/413 - - test ${DRUPAL_VERSION} -ne 8 || composer require --no-dev --prefer-source drupal/drupal-driver drush/drush:^9.0.0-dev symfony/dependency-injection:3.4.4 && (git clone https://github.com/drush-ops/behat-drush-endpoint.git drush/Commands/contrib/behat-drush-endpoint) + - test ${DRUPAL_VERSION} -ne 8 || composer require --prefer-source drupal/drupal-driver drush/drush:^9.0.0-dev symfony/dependency-injection:3.4.4 && (git clone https://github.com/drush-ops/behat-drush-endpoint.git drush/Commands/contrib/behat-drush-endpoint) - composer install # Install drush globally. - (test ${DRUPAL_VERSION} -ne 8 && composer global require drush/drush:~8.0 drupal/drupal-driver) || composer global require drush/drush:^9.0.0-dev