Skip to content

Commit b83b4d1

Browse files
authoredJul 7, 2017
Merge pull request #21 from php-http/nyholm-tests
Update to use the latest integration tests
2 parents 561086b + 60b4ef4 commit b83b4d1

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
@@ -10,7 +10,7 @@ php:
1010
- 5.5
1111
- 5.6
1212
- 7.0
13-
- hhvm
13+
- 7.1
1414

1515
env:
1616
global:
@@ -27,6 +27,8 @@ matrix:
2727
include:
2828
- php: 5.5
2929
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
30+
- php: hhvm
31+
dist: trusty
3032

3133
before_install:
3234
- if [[ $COVERAGE != true && $TRAVIS_PHP_VERSION != hhvm ]]; then phpenv config-rm xdebug.ini; fi

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php-http/discovery": "^1.0"
2020
},
2121
"require-dev": {
22-
"php-http/client-integration-tests": "^0.5.1",
22+
"php-http/client-integration-tests": "^0.6",
2323
"php-http/message": "^1.0"
2424
},
2525
"provide": {

0 commit comments

Comments
 (0)
Please sign in to comment.