|
|
@ -22,7 +22,7 @@ before_install: |
|
|
|
- drush dl --yes drupal |
|
|
|
- drush dl --yes drupal |
|
|
|
- cd drupal-* |
|
|
|
- cd drupal-* |
|
|
|
- drush si standard --db-url=mysql://drupal:drupal@localhost/drupal --yes |
|
|
|
- drush si standard --db-url=mysql://drupal:drupal@localhost/drupal --yes |
|
|
|
- drush runserver localhost:8081 &>/dev/null & |
|
|
|
- drush runserver --php-cgi=$HOME/.phpenv/shims/php-cgi localhost:8081 &>/dev/null & |
|
|
|
- ln -s $TRAVIS_BUILD_DIR sites/all/modules/islandora |
|
|
|
- ln -s $TRAVIS_BUILD_DIR sites/all/modules/islandora |
|
|
|
- mv sites/all/modules/islandora/tests/travis.test_config.ini sites/all/modules/islandora/tests/test_config.ini |
|
|
|
- mv sites/all/modules/islandora/tests/travis.test_config.ini sites/all/modules/islandora/tests/test_config.ini |
|
|
|
- mkdir sites/all/libraries |
|
|
|
- mkdir sites/all/libraries |
|
|
|