|
|
@ -19,7 +19,6 @@ before_install: |
|
|
|
- pyrus channel-discover pear.drush.org |
|
|
|
- pyrus channel-discover pear.drush.org |
|
|
|
- pyrus install drush/drush |
|
|
|
- pyrus install drush/drush |
|
|
|
- phpenv rehash |
|
|
|
- phpenv rehash |
|
|
|
- sudo -u www-data phpenv rehash |
|
|
|
|
|
|
|
- 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 |
|
|
|