Fix build?
This commit is contained in:
parent
9efe91f326
commit
04b9f60df6
@ -22,4 +22,4 @@ tools:
|
||||
enabled: true
|
||||
doc_comment_fixes:
|
||||
enabled: true
|
||||
php_hhvm: true
|
||||
php_hhvm: false
|
@ -4,7 +4,6 @@ php:
|
||||
- 5.4
|
||||
- 5.5
|
||||
- 5.6
|
||||
- hhvm
|
||||
|
||||
script:
|
||||
- mkdir -p build/logs
|
||||
@ -12,8 +11,4 @@ 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
|
||||
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
|
Reference in New Issue
Block a user