diff --git a/.travis.yml b/.travis.yml index 169d024..4b03efe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,6 @@ php: - 5.6 - 7.0 - 7.1 - - hhvm env: global: @@ -28,6 +27,8 @@ matrix: include: - php: 5.5 env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci" + - php: hhvm + dist: trusty before_install: - if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi diff --git a/composer.json b/composer.json index 8f37bc7..abcf486 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "zendframework/zend-http": "^2.3" }, "require-dev": { - "php-http/client-integration-tests": "^0.5.1" + "php-http/client-integration-tests": "^0.6" }, "autoload": { "psr-4": {