Skip to content

Commit 8b06fac

Browse files
committed
Make sure we test with both 2.0 and 1.9 of client-common
1 parent ddae965 commit 8b06fac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,11 @@ matrix:
2828
include:
2929
- php: 5.4
3030
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"
3133

3234
before_install:
33-
- travis_retry composer self-update
35+
- if ! [ -z "$DEPENDENCIES" ]; then composer require --no-update ${DEPENDENCIES}; fi;
3436

3537
install:
3638
- travis_retry composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction

0 commit comments

Comments
 (0)