Fix build?
This commit is contained in:
parent
9efe91f326
commit
04b9f60df6
@ -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
|
@ -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
|
||||||
@ -13,7 +12,3 @@ 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
|
|
Reference in New Issue
Block a user