From 1fdc8d83b9915f57d0e1b2f9a03167a608330d6a Mon Sep 17 00:00:00 2001 From: Steffen Lindner Date: Wed, 7 Oct 2015 14:21:57 +0200 Subject: Remove all hhvm fragments --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 3b0ff29d8..ca9431566 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ php: - 5.5 - 5.6 - 7 - - hhvm env: global: @@ -53,8 +52,8 @@ script: - phpunit --configuration phpunit.xml # Create coverage report - - sh -c "if [ '$TRAVIS_PHP_VERSION' != 'hhvm' ]; then wget https://scrutinizer-ci.com/ocular.phar; fi" - - sh -c "if [ '$TRAVIS_PHP_VERSION' != 'hhvm' ]; then php ocular.phar code-coverage:upload --format=php-clover clover.xml; fi" + - sh -c "wget https://scrutinizer-ci.com/ocular.phar" + - sh -c "php ocular.phar code-coverage:upload --format=php-clover clover.xml" matrix: include: - php: 5.4 @@ -69,6 +68,5 @@ matrix: env: "DB=mysql CORE_BRANCH=stable7" allow_failures: - - php: hhvm - php: 7 fast_finish: true -- cgit v1.2.3