From f2f4b8334ba1106212fae81aa3b5b7b96b52b508 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Thu, 9 Apr 2020 16:27:45 +0200 Subject: [PATCH] Travis: Fix config --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a96f7040e1..95c6d56a74 100755 --- a/.travis.yml +++ b/.travis.yml @@ -102,7 +102,8 @@ script: # - google-chrome-stable --version # - whereis chromedriver # - chromedriver --version - - echo "\$_configuration[\"disable_send_mail\"] = true;" >> app/config/configuration.php + - sudo echo "\$_configuration[\"disable_send_mail\"] = true;" >> app/config/configuration.php + - sudo cat app/config/configuration.php - cd tests/behat - pwd - travis_wait 45 ../../vendor/behat/behat/bin/behat -v