We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 561086b + 60b4ef4 commit b83b4d1Copy full SHA for b83b4d1
.travis.yml
@@ -10,7 +10,7 @@ php:
10
- 5.5
11
- 5.6
12
- 7.0
13
- - hhvm
+ - 7.1
14
15
env:
16
global:
@@ -27,6 +27,8 @@ matrix:
27
include:
28
- php: 5.5
29
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
30
+ - php: hhvm
31
+ dist: trusty
32
33
before_install:
34
- if [[ $COVERAGE != true && $TRAVIS_PHP_VERSION != hhvm ]]; then phpenv config-rm xdebug.ini; fi
composer.json
@@ -19,7 +19,7 @@
19
"php-http/discovery": "^1.0"
20
},
21
"require-dev": {
22
- "php-http/client-integration-tests": "^0.5.1",
+ "php-http/client-integration-tests": "^0.6",
23
"php-http/message": "^1.0"
24
25
"provide": {
0 commit comments