From 04b9f60df6ead789c3568ecb49f2e8d62a509ca5 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Wed, 14 May 2014 10:54:57 -0400 Subject: [PATCH] Fix build? --- .scrutinizer.yml | 2 +- .travis.yml | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) 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