From a6cb4e99de903eb679e71f322bf63d77571d360a Mon Sep 17 00:00:00 2001 From: nathangray Date: Thu, 3 May 2018 09:50:29 -0600 Subject: [PATCH] Turn on debug for tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index efeef104fc..9f900adef3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,7 +68,7 @@ script: # --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 '' # Ubuntu has problems with #!/usr/bin/env php -dapc.enable=1, it stalls forever - - vendor/bin/phpunit -c doc -dapc.enable_cli=1 + - vendor/bin/phpunit -c doc --debug -dapc.enable_cli=1 # do not run syntax check for hhvm, as it always fails / get terminated after 10m - test $(phpenv version-name) = 'hhvm' || ./doc/php_syntax_check.sh