Skip to content

Commit

Permalink
Merge pull request #77 from dsnopek/drush-8.0-runserver
Browse files Browse the repository at this point in the history
Switch to drush 8.0.* because drush 8.1.0 has some problems with runserver.
  • Loading branch information
LionsAd committed Apr 25, 2016
2 parents 3f89899 + cf0b1c6 commit ad5f072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environments/drupal-7.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function drupal_ti_clear_caches() {
drush cc all
}

export DRUPAL_TI_DRUSH_VERSION="drush/drush:8.*"
export DRUPAL_TI_DRUSH_VERSION="drush/drush:8.0.*"
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

0 comments on commit ad5f072

Please sign in to comment.