diff --git a/.scrutinizer.yml b/.scrutinizer.yml index c8221ee..021f95d 100755 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -22,4 +22,4 @@ tools: enabled: true doc_comment_fixes: enabled: true - php_hhvm: true \ No newline at end of file + php_hhvm: false \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index b4d6112..cf3ec13 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file + - php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml \ No newline at end of file