Skip to content

Commit

Permalink
Fixes #1336: Travis email error starting with Drupal 8.3.0 and Lightn…
Browse files Browse the repository at this point in the history
…ing 2.1.0. (#1338)

* Fixes #1336: Travis email error starting with Drupal 8.3.0 and Lightning 2.1.0.

* Simplifying.
  • Loading branch information
grasmash committed Apr 10, 2017
1 parent 69c44fe commit ccfde22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/travis/setup_environment
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ sleep 3

export PATH=${COMPOSER_BIN}:$PATH

# Create fake mailer.
echo 'max_execution_time = 120' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
echo 'sendmail_path = /bin/true' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini

# 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 ccfde22

Please sign in to comment.