Skip to content

Commit

Permalink
Make sure we test with both 2.0 and 1.9 of client-common
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Dec 29, 2018
1 parent ddae965 commit 8b06fac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ matrix:
include:
- php: 5.4
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
- php: 7.2
env: DEPENDENCIES="php-http/client-common:^1.9"

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

install:
- travis_retry composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
Expand Down

0 comments on commit 8b06fac

Please sign in to comment.