From ee45e0d3eee8d5a702cf099362f134c8561c8272 Mon Sep 17 00:00:00 2001 From: Matt Glaman Date: Wed, 27 Apr 2016 18:58:31 -0500 Subject: [PATCH] Drush 8.0.x for Drupal 8 Follow up to #77 which fixed Drupal 7 --- environments/drupal-8.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environments/drupal-8.sh b/environments/drupal-8.sh index 9b8e80f..782e933 100644 --- a/environments/drupal-8.sh +++ b/environments/drupal-8.sh @@ -14,7 +14,7 @@ function drupal_ti_clear_caches() { drush cr } -export DRUPAL_TI_DRUSH_VERSION="drush/drush:8.*" +export DRUPAL_TI_DRUSH_VERSION="drush/drush:8.0.*" export DRUPAL_TI_SIMPLETEST_FILE="core/scripts/run-tests.sh" export DRUPAL_TI_MODULES_PATH="modules" export DRUPAL_TI_DRUPAL_BASE="$TRAVIS_BUILD_DIR/../drupal-8"