We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddae965 commit 8b06facCopy full SHA for 8b06fac
.travis.yml
@@ -28,9 +28,11 @@ matrix:
28
include:
29
- php: 5.4
30
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
31
+ - php: 7.2
32
+ env: DEPENDENCIES="php-http/client-common:^1.9"
33
34
before_install:
- - travis_retry composer self-update
35
+ - if ! [ -z "$DEPENDENCIES" ]; then composer require --no-update ${DEPENDENCIES}; fi;
36
37
install:
38
- travis_retry composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
0 commit comments