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

Commit a257648

Browse files
committed
Issue #1573: Fix latent issues with mailhog not getting installed on some builds.
1 parent 127d094 commit a257648

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/ubuntu-16-php56.config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
---
22
php_version: "5.6"
3+
php_sendmail_path: "/usr/sbin/sendmail -t -i"
34
installed_extras: []
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
---
22
drupal_db_backend: pgsql
3+
php_sendmail_path: "/usr/sbin/sendmail -t -i"
34
installed_extras: []

0 commit comments

Comments
 (0)