Skip to content

Commit

Permalink
Fixes acquia#1336: Travis email error starting with Drupal 8.3.0 and …
Browse files Browse the repository at this point in the history
…Lightning 2.1.0.
  • Loading branch information
grasmash committed Apr 7, 2017
1 parent a3cb96a commit af3376b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/travis/setup_environment
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ sleep 3

export PATH=${COMPOSER_BIN}:$PATH

# Create fake mailer.
echo 'max_execution_time = 120' >> drupal.php.ini;
echo 'sendmail_path = /bin/true' >> drupal.php.ini;
phpenv config-add drupal.php.ini
phpenv rehash

# Enable $_ENV variables in PHP.
echo 'variables_order = "EGPCS"' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
# Ensure that always_populate_raw_post_data PHP setting: Not set to -1 does not happen.
Expand Down

0 comments on commit af3376b

Please sign in to comment.