trying to figure out whats wrong

This commit is contained in:
Ralf Becker 2020-03-04 23:38:40 +01:00
parent 7c4abc4224
commit 314a949450
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,9 @@ php:
# none of our dependencies allow 8.0 # none of our dependencies allow 8.0
# - master # - master
matrix: os: linux
jobs:
fast_finish: true fast_finish: true
# allow_failures: # allow_failures:
# - php: master # - php: master
@ -16,8 +18,6 @@ services:
- mysql - mysql
# - postgres # - postgres
sudo: required
before_script: before_script:
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -y libpcre3-dev apache2 libapache2-mod-fastcgi - sudo apt-get install -y libpcre3-dev apache2 libapache2-mod-fastcgi
@ -42,6 +42,7 @@ before_script:
- sudo cp -f doc/travis-ci-apache.conf /etc/apache2/sites-available/000-default.conf - 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 sed -e "s?%TRAVIS_BUILD_DIR%?$(pwd)?g" --in-place /etc/apache2/sites-available/000-default.conf
- sudo service apache2 restart - sudo service apache2 restart
- sudo journalctl -u apache2
- curl -i http://localhost/doc/rpm-build/debian.changes - curl -i http://localhost/doc/rpm-build/debian.changes
- curl -i http://localhost/egroupware/doc/rpm-build/debian.changes - curl -i http://localhost/egroupware/doc/rpm-build/debian.changes
- php -m - php -m

View File

@ -12,7 +12,6 @@
*/ */
// autoloader & check_load_extension // autoloader & check_load_extension
define('NO_LANG', true); // do NOT define lang(), as setup/inc/functions.inc.php also defines it
require_once realpath(__DIR__.'/../api/src/loader/common.php'); require_once realpath(__DIR__.'/../api/src/loader/common.php');
// backward compatibility with PHPunit 5.7 // backward compatibility with PHPunit 5.7