Fix build?

This commit is contained in:
Timothy Warren 2014-05-14 10:54:57 -04:00
parent 9efe91f326
commit 04b9f60df6
2 changed files with 2 additions and 7 deletions

View File

@ -22,4 +22,4 @@ tools:
enabled: true enabled: true
doc_comment_fixes: doc_comment_fixes:
enabled: true enabled: true
php_hhvm: true php_hhvm: false

View File

@ -4,7 +4,6 @@ php:
- 5.4 - 5.4
- 5.5 - 5.5
- 5.6 - 5.6
- hhvm
script: script:
- mkdir -p build/logs - mkdir -p build/logs
@ -12,8 +11,4 @@ script:
after_script: after_script:
- wget https://scrutinizer-ci.com/ocular.phar - wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml - php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
matrix:
allow_failures:
- hhvm