From 66738e21c3ca688db96759caa7cfa855275fe29c Mon Sep 17 00:00:00 2001 From: nathangray Date: Mon, 23 Oct 2017 18:57:51 +0200 Subject: [PATCH] Give demo user an email --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 22e5ce57a3..fb702a39c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,7 +56,7 @@ script: # and add an admin user "demo" with password "guest" - php doc/rpm-build/post_install.php --domain default --source_dir `pwd` --start_db '' --autostart_db '' --start_webserver '' --webserver_user '' - --admin_user demo --admin_passwd guest + --admin_user demo --admin_passwd guest --admin_email noreply@example.com # disable PostgreSQL install as it fails in Travis with Fatal error: Call to unimplemented native function pg_set_client_encoding # install egroupware using PostgreSQL as domain "pgsql", need some specific handling we can not create users via sql #- psql -U postgres -c 'create database egroupware';