From 90418c9247c318f5061832538003625743960d2b Mon Sep 17 00:00:00 2001 From: Nyholm Date: Sat, 29 Dec 2018 14:21:10 +0100 Subject: [PATCH] No need to have special test for client-common:1.9 That is already tested in prefer-lowest --- .travis.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4c6b223..c606b60 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,13 +29,10 @@ matrix: - 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: - - if ! [ -z "$DEPENDENCIES" ]; then composer require --no-update ${DEPENDENCIES}; fi; + env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" install: - - travis_retry composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction + - composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction script: - $TEST_COMMAND