Revert "CI: Move code to post_installation script to disable CHECK_PASS_EASY_TO_FIND"

This reverts commit 36e0313759.
pull/4422/head
Angel Fernando Quiroz Campos 4 years ago
parent d03bd55ea4
commit aa9d80a97b
  1. 3
      tests/travis/post_installation.sh

@ -4,5 +4,4 @@ echo "* post_installation.sh ...";
sudo chmod 777 app/config/configuration.php
sudo echo "\$_configuration[\"disable_send_mail\"] = true;" >> app/config/configuration.php
sudo cat app/config/configuration.php
sudo sed -i "s/'CHECK_PASS_EASY_TO_FIND', true/'CHECK_PASS_EASY_TO_FIND', false/" app/config/profile.conf.php
sudo cat app/config/configuration.php
Loading…
Cancel
Save