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

Commit

Permalink
Update to use the latest integration tests (#3)
Browse files Browse the repository at this point in the history
* Update to use the latest integration tests

* Fixed HHVM build
  • Loading branch information
Nyholm authored Jul 7, 2017
1 parent 9d328df commit ecce341
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ php:
- 5.6
- 7.0
- 7.1
- hhvm

env:
global:
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit ecce341

Please sign in to comment.