Skip to content

Commit d3f255c

Browse files
authored
Fixes acquia#1336: Travis email error starting with Drupal 8.3.0 and Lightning 2.1.0. (acquia#1338)
* Fixes acquia#1336: Travis email error starting with Drupal 8.3.0 and Lightning 2.1.0. * Simplifying.
1 parent a3cb96a commit d3f255c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/travis/setup_environment

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ sleep 3
77

88
export PATH=${COMPOSER_BIN}:$PATH
99

10+
# Create fake mailer.
11+
echo 'max_execution_time = 120' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
12+
echo 'sendmail_path = /bin/true' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
13+
1014
# Enable $_ENV variables in PHP.
1115
echo 'variables_order = "EGPCS"' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
1216
# Ensure that always_populate_raw_post_data PHP setting: Not set to -1 does not happen.

0 commit comments

Comments
 (0)