Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Commit

Permalink
Add drush as a default installed utility
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyc committed Nov 16, 2016
1 parent 5dba29a commit afa8480
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
MACHINE_NAME: drupalvm
IP: 192.168.88.88
DRUPALVM_DIR: /var/www/drupalvm
DRUSH_BIN: "${DRUPALVM_DIR}/drupal/vendor/drush/drush/drush"
DRUSH_BIN: drush
TEST_INSTALLED_EXTRAS: true
matrix:
# Defaults - Ubuntu 16.04.
Expand All @@ -25,7 +25,6 @@ env:
run_opts: "--privileged"
local_config: tests/ubuntu-16-nginx.config.yml
config_dir: /var/www/drupalvm/config
DRUSH_BIN: "/usr/local/bin/drush"
# PostgreSQL - Ubuntu 16.04.
- type: postgresql
distro: ubuntu1604
Expand All @@ -34,6 +33,7 @@ env:
local_config: tests/ubuntu-16-postgresql.config.yml
config_dir: /var/www/drupalvm/config
TEST_INSTALLED_EXTRAS: false
DRUSH_BIN: "${DRUPALVM_DIR}/drupal/vendor/drush/drush/drush"
# Defaults - CentOS 7.
- type: centos
distro: centos7
Expand Down
2 changes: 1 addition & 1 deletion default.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,9 @@ installed_extras:
- adminer
# - blackfire
- drupalconsole
- drush
# - elasticsearch
# - java
# - drush
- mailhog
# - memcached
# - newrelic
Expand Down
10 changes: 0 additions & 10 deletions tests/ubuntu-16-nginx.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,3 @@ drupalvm_webserver: nginx
build_makefile: true
build_composer_project: false
drupal_core_path: "/var/www/drupalvm/drupal"

drush_path: "/usr/local/bin/drush"
installed_extras:
- adminer
- drupalconsole
- mailhog
- pimpmylog
- varnish
- xhprof
- drush

0 comments on commit afa8480

Please sign in to comment.