From 1a713dbb068b8efd0049862eb2da79a9cdf7e235 Mon Sep 17 00:00:00 2001 From: nathangray Date: Tue, 7 Feb 2017 09:36:16 -0700 Subject: [PATCH] Use PHPUnit directly for tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e3b40194bf..9b3a9cf571 100644 --- a/.travis.yml +++ b/.travis.yml @@ -81,7 +81,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 - - php -dapc.enable_cli=1 doc/test-cli.php + - phpunit -c doc -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