Browse Source

New drupal busting batch tests

pull/500/head
willtp87 11 years ago
parent
commit
b1e7412f77
  1. 2
      tests/scripts/travis_setup.sh

2
tests/scripts/travis_setup.sh

@ -32,7 +32,7 @@ popd
sudo ln -s $HOME/drush/drush /usr/local/sbin
phpenv rehash
drush dl --yes drupal
drush dl --yes drupal-7.27
cd drupal-*
drush si minimal --db-url=mysql://drupal:drupal@localhost/drupal --yes
# Needs to make things from Composer be available (PHP CS, primarily)

Loading…
Cancel
Save