Skip to content

Commit

Permalink
No need to have special test for client-common:1.9
Browse files Browse the repository at this point in the history
That is already tested in prefer-lowest
  • Loading branch information
Nyholm committed Dec 29, 2018
1 parent 8b06fac commit 90418c9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 90418c9

Please sign in to comment.