Skip to content

Commit

Permalink
Try mailhog to stop drush si failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
mglaman committed Apr 20, 2017
1 parent ade84ff commit f910e64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
- src: geerlingguy.git
- src: geerlingguy.composer
- src: geerlingguy.drush
- src: geerlingguy.mailhog
1 change: 1 addition & 0 deletions tests/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@
- geerlingguy.git
- geerlingguy.composer
- geerlingguy.drush
- geerlingguy.mailhog
- role_under_test
1 change: 1 addition & 0 deletions tests/test-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ php_enable_webserver: false
php_enablerepo: "remi,remi-php71"
php_enable_php_fpm: true
php_fpm_listen: "127.0.0.1:9000"
php_sendmail_path: "/opt/mailhog/mhsendmail"

apache_mods_enabled:
- expires.load
Expand Down

0 comments on commit f910e64

Please sign in to comment.