From 174ff70d51c8c7dab2a2452a611be16a77a4d784 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Fri, 7 Jul 2017 19:33:15 +0200 Subject: [PATCH 1/2] Update to use the latest integration tests --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": { From d3845b84571ac8169479f6d56cb4d600c74c3864 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Fri, 7 Jul 2017 20:01:24 +0200 Subject: [PATCH 2/2] Fixed HHVM build --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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