From 001e2ca4d509c8647fdc1d491b9ae64386cb7c87 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 8 Dec 2016 15:34:00 +0100 Subject: [PATCH] disable MariaDB install as it fails after some changes in Travis environment --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 12283e5bec..e3b40194bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -66,8 +66,9 @@ before_script: script: # install egroupware using MariaDB as domain "default" - - php doc/rpm-build/post_install.php --domain default - --source_dir `pwd` --start_db '' --autostart_db '' --start_webserver '' --webserver_user '' + # disable MariaDB install as it fails after some changes in Travis environment + #- php doc/rpm-build/post_install.php --domain default + # --source_dir `pwd` --start_db '' --autostart_db '' --start_webserver '' --webserver_user '' # 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';