From 2fbe184b1b159b029690f7444c95da690700adfa Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 17 Oct 2017 12:23:25 +0200 Subject: [PATCH] add an admin user "demo" with password "guest" to run test requiring login --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b1f7a304c3..37d0c47299 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,9 +55,10 @@ before_script: script: # install egroupware using MariaDB as domain "default" - # disable MariaDB install as it fails after some changes in Travis environment + # 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 # 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';