Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit ecce341

Browse files
authored
Update to use the latest integration tests (#3)
* Update to use the latest integration tests * Fixed HHVM build
1 parent 9d328df commit ecce341

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: .travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ php:
1111
- 5.6
1212
- 7.0
1313
- 7.1
14-
- hhvm
1514

1615
env:
1716
global:
@@ -28,6 +27,8 @@ matrix:
2827
include:
2928
- php: 5.5
3029
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
30+
- php: hhvm
31+
dist: trusty
3132

3233
before_install:
3334
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"zendframework/zend-http": "^2.3"
1818
},
1919
"require-dev": {
20-
"php-http/client-integration-tests": "^0.5.1"
20+
"php-http/client-integration-tests": "^0.6"
2121
},
2222
"autoload": {
2323
"psr-4": {

0 commit comments

Comments
 (0)