Browse Source

Add missing quotes, 'cause derp.

pull/488/head
Adam Vessey 11 years ago
parent
commit
cb22924a53
  1. 2
      tests/scripts/travis_setup.sh

2
tests/scripts/travis_setup.sh

@ -37,7 +37,7 @@ 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)
sudo chmod a+w sites/default/settings.php sudo chmod a+w sites/default/settings.php
echo "include_once $HOME/.composer/vendor/autoload.php;" >> sites/default/settings.php echo "include_once '$HOME/.composer/vendor/autoload.php';" >> sites/default/settings.php
sudo chmod a-w sites/default/settings.php sudo chmod a-w sites/default/settings.php
drush runserver --php-cgi=$HOME/.phpenv/shims/php-cgi localhost:8081 &>/dev/null & drush runserver --php-cgi=$HOME/.phpenv/shims/php-cgi localhost:8081 &>/dev/null &
ln -s $ISLANDORA_DIR sites/all/modules/islandora ln -s $ISLANDORA_DIR sites/all/modules/islandora

Loading…
Cancel
Save