From 83afa8ba49389d5eac70fe5877ea2c9c75e29818 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 4 Mar 2020 23:03:56 +0100 Subject: [PATCH] try figuring out why Travis fails --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bd836bdd2a..bef8e4090e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,6 @@ before_script: - sudo cp -f doc/travis-ci-apache.conf /etc/apache2/sites-available/000-default.conf - sudo sed -e "s?%TRAVIS_BUILD_DIR%?$(pwd)?g" --in-place /etc/apache2/sites-available/000-default.conf - sudo service apache2 restart - - curl -i http://localhost/egroupware/groupdav.php/ - php -m - php -i - php install-cli.php --ignore-platform-reqs @@ -68,6 +67,8 @@ script: #- php doc/rpm-build/post_install.php --domain ldap --db_name ldap --db_user ldap # --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