diff --git a/tests/scripts/travis_setup.sh b/tests/scripts/travis_setup.sh index cf1de5c5..47c38c84 100755 --- a/tests/scripts/travis_setup.sh +++ b/tests/scripts/travis_setup.sh @@ -24,7 +24,7 @@ pear install drush/drush-5.9.0 phpenv rehash drush dl --yes drupal cd drupal-* -drush si standard --db-url=mysql://drupal:drupal@localhost/drupal --yes +drush si minimal --db-url=mysql://drupal:drupal@localhost/drupal --yes drush runserver --php-cgi=$HOME/.phpenv/shims/php-cgi localhost:8081 &>/dev/null & ln -s $ISLANDORA_DIR sites/all/modules/islandora mv sites/all/modules/islandora/tests/travis.test_config.ini sites/all/modules/islandora/tests/test_config.ini