From b1e7412f774eed3c87abfcfa3076c7f6e0d87652 Mon Sep 17 00:00:00 2001 From: willtp87 Date: Fri, 9 May 2014 15:35:22 -0300 Subject: [PATCH 1/2] New drupal busting batch tests --- tests/scripts/travis_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/travis_setup.sh b/tests/scripts/travis_setup.sh index 66061c72..e6b29196 100755 --- a/tests/scripts/travis_setup.sh +++ b/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) From 3b356694bd996835fd373f9c26b3c1756c5326b1 Mon Sep 17 00:00:00 2001 From: willtp87 Date: Fri, 9 May 2014 15:49:18 -0300 Subject: [PATCH 2/2] explanation --- tests/scripts/travis_setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/scripts/travis_setup.sh b/tests/scripts/travis_setup.sh index e6b29196..08b939c0 100755 --- a/tests/scripts/travis_setup.sh +++ b/tests/scripts/travis_setup.sh @@ -32,6 +32,7 @@ popd sudo ln -s $HOME/drush/drush /usr/local/sbin phpenv rehash +# Drupal 7.28 did something that started breaking batch tests. drush dl --yes drupal-7.27 cd drupal-* drush si minimal --db-url=mysql://drupal:drupal@localhost/drupal --yes