From 0213208a9684ed72d05d9b81bca9fb1261db567e Mon Sep 17 00:00:00 2001 From: Arkadiusz Kondas Date: Fri, 8 Jul 2016 00:03:22 +0200 Subject: [PATCH] remove hhvm from travis --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index e3b92fc..ea7c1c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,9 +7,6 @@ matrix: - os: linux php: '7.0' - - os: linux - php: hhvm - - os: osx osx_image: xcode7.3 language: generic @@ -26,5 +23,4 @@ install: - php composer.phar install --dev --no-interaction --ignore-platform-reqs script: - - if [[ "${TRAVIS_PHP_VERSION}" = "hhv*" ]]; then php -d hhvm.php7.all=1 bin/phpunit ; fi - - if [[ "${TRAVIS_PHP_VERSION}" = "php*" ]]; then bin/phpunit ; fi + - bin/phpunit