try figuring out why Travis fails

This commit is contained in:
Ralf Becker 2020-03-04 23:03:56 +01:00
parent 6347de8d31
commit 83afa8ba49

View File

@ -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