From 8b48255886176fefbe30d9dd99fb62f2444a6b13 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 4 Mar 2020 23:49:24 +0100 Subject: [PATCH] trying to figure out whats wrong --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0512d60823..aa87c573bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,6 +45,7 @@ before_script: - sudo journalctl -u apache2 - curl -i http://localhost/doc/rpm-build/debian.changes - curl -i http://localhost/egroupware/doc/rpm-build/debian.changes + - sudo journalctl -u apache2 - php -m - php -i - php install-cli.php --ignore-platform-reqs @@ -71,7 +72,6 @@ script: # --account-auth ldap --ldap_suffix dc=local --ldap_admin 'cn=admin,$suffix' --ldap_admin_pw secret # --source_dir `pwd` --start_db '' --autostart_db '' --start_webserver '' --webserver_user '' - curl -i http://localhost/egroupware/groupdav.php/ - - grep -n -r 'function setUp' */tests # Ubuntu has problems with #!/usr/bin/env php -dapc.enable=1, it stalls forever - vendor/bin/phpunit -c doc -dapc.enable_cli=1 # do not run syntax check for hhvm, as it always fails / get terminated after 10m