forked from extern/egroupware
trying to figure out whats wrong
This commit is contained in:
parent
7c4abc4224
commit
314a949450
@ -6,7 +6,9 @@ php:
|
||||
# none of our dependencies allow 8.0
|
||||
# - master
|
||||
|
||||
matrix:
|
||||
os: linux
|
||||
|
||||
jobs:
|
||||
fast_finish: true
|
||||
# allow_failures:
|
||||
# - php: master
|
||||
@ -16,8 +18,6 @@ services:
|
||||
- mysql
|
||||
# - postgres
|
||||
|
||||
sudo: required
|
||||
|
||||
before_script:
|
||||
- sudo apt-get update -qq
|
||||
- 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 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
|
||||
- curl -i http://localhost/egroupware/doc/rpm-build/debian.changes
|
||||
- php -m
|
||||
|
@ -12,7 +12,6 @@
|
||||
*/
|
||||
|
||||
// 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');
|
||||
|
||||
// backward compatibility with PHPunit 5.7
|
||||
|
Loading…
Reference in New Issue
Block a user