From 21c0211f0d3525358e46b3ae72f5a8ac0b6e2e62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Goetz?= Date: Thu, 18 May 2017 23:46:32 +0200 Subject: [PATCH] Add PHP 7.1 to travis, remove HHVM --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index c4f5776..e2da16e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,12 +4,11 @@ php: - '5.5' - '5.6' - '7.0' - - hhvm + - '7.1' - nightly matrix: allow_failures: - - php: hhvm - php: nightly @@ -19,8 +18,6 @@ before_script: script: - vendor/bin/phpunit --coverage-clover=coverage.clover - -# only send coverage for PHP 5.6 after_script: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover coverage.clover