From 6c98f02bc7e23bab45255e284679fdfacf9aa442 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sat, 13 Aug 2016 14:51:01 +0200 Subject: [PATCH] do not run syntax check for hhvm, as it always fails / get terminated after 10m --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b10b0b9230..e74f3ded53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -82,7 +82,8 @@ script: # --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 - - ./doc/php_syntax_check.sh + # 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 cache: directories: