Browse Source

Merge pull request #500 from willtp87/7.x

New drupal busting batch tests
pull/501/head
qadan 11 years ago
parent
commit
2e3b70ffad
  1. 3
      tests/scripts/travis_setup.sh

3
tests/scripts/travis_setup.sh

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

Loading…
Cancel
Save