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

Update to use the latest integration tests #4

Merged
merged 3 commits into from
Jul 7, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 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 @@ -24,10 +23,13 @@ branches:
matrix:
allow_failures:
- php: hhvm
dist: trusty
fast_finish: true
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 @@
"cakephp/cakephp": "^3.1"
},
"require-dev": {
"php-http/client-integration-tests": "^0.5.1"
"php-http/client-integration-tests": "^0.6"
},
"autoload": {
"psr-4": {
Expand Down