Skip to content

Commit 90418c9

Browse files
committed
No need to have special test for client-common:1.9
That is already tested in prefer-lowest
1 parent 8b06fac commit 90418c9

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,10 @@ matrix:
2929
- php: 5.4
3030
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
3131
- php: 7.2
32-
env: DEPENDENCIES="php-http/client-common:^1.9"
33-
34-
before_install:
35-
- if ! [ -z "$DEPENDENCIES" ]; then composer require --no-update ${DEPENDENCIES}; fi;
32+
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
3633

3734
install:
38-
- travis_retry composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
35+
- composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
3936

4037
script:
4138
- $TEST_COMMAND

0 commit comments

Comments
 (0)