Skip to content

Commit

Permalink
Merge pull request #71 from dsnopek/drush-version
Browse files Browse the repository at this point in the history
Default to Drush 8 for both Drupal 7 & 8 because dev-master now needs PHP 5.5+
  • Loading branch information
LionsAd committed Mar 18, 2016
2 parents bf2e489 + df58fd5 commit 9201ccd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environments/drupal-7.sh
Expand Up @@ -13,7 +13,7 @@ function drupal_ti_clear_caches() {
drush cc all
}

export DRUPAL_TI_DRUSH_VERSION="drush/drush:dev-master"
export DRUPAL_TI_DRUSH_VERSION="drush/drush:8.*"
export DRUPAL_TI_SIMPLETEST_FILE="scripts/run-tests.sh"
export DRUPAL_TI_MODULES_PATH="sites/all/modules"
export DRUPAL_TI_DRUPAL_BASE="$TRAVIS_BUILD_DIR/../drupal-7"
Expand Down
2 changes: 1 addition & 1 deletion environments/drupal-8.sh
Expand Up @@ -13,7 +13,7 @@ function drupal_ti_clear_caches() {
drush cr
}

export DRUPAL_TI_DRUSH_VERSION="drush/drush:dev-master"
export DRUPAL_TI_DRUSH_VERSION="drush/drush:8.*"
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"
Expand Down

0 comments on commit 9201ccd

Please sign in to comment.