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
doc_comment_fixes:
enabled: true
php_hhvm: true
php_hhvm: false

View File

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