From 1e303413eb01342433edae951270ed89d2ad6e11 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 5 Mar 2020 09:05:27 +0100 Subject: [PATCH] try figuring out whats wrong with Apache --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index aa87c573bf..e21b57fa95 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,10 +42,10 @@ 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 - - sudo journalctl -u apache2 - curl -i http://localhost/doc/rpm-build/debian.changes + - tail /var/log/apache2/error.log - curl -i http://localhost/egroupware/doc/rpm-build/debian.changes - - sudo journalctl -u apache2 + - tail /var/log/apache2/error.log - php -m - php -i - php install-cli.php --ignore-platform-reqs