Travis: Fix config

pull/3178/head
Julio Montoya 6 years ago
parent a9f2bb11d5
commit f2f4b8334b
  1. 3
      .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

Loading…
Cancel
Save