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

Commit 7a4e433

Browse files
authored
Merge pull request #4 from php-http/nyholm-tests
Update to use the latest integration tests
2 parents fd7b360 + 209b28c commit 7a4e433

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

+3-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:
@@ -24,10 +23,13 @@ branches:
2423
matrix:
2524
allow_failures:
2625
- php: hhvm
26+
dist: trusty
2727
fast_finish: true
2828
include:
2929
- php: 5.5
3030
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
31+
- php: hhvm
32+
dist: trusty
3133

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

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"cakephp/cakephp": "^3.1"
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)