Skip to content

Commit

Permalink
Merge pull request #284 from craue/patch-2
Browse files Browse the repository at this point in the history
remove workaround for Composer issue with --prefer-lowest
  • Loading branch information
alcaeus committed Jun 11, 2019
2 parents 13b2e8e + 9f87ded commit 9240120
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -39,8 +39,6 @@ before_install:
- if [[ $DEPENDENCIES == *"/"* ]]; then composer require --no-update $DEPENDENCIES; fi;

install:
# To be removed when this issue will be resolved: https://github.com/composer/composer/issues/5355
- if [[ "$COMPOSER_FLAGS" == *"--prefer-lowest"* ]]; then travis_retry composer update --prefer-dist --no-interaction --prefer-stable --quiet; fi
- travis_retry composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction

script:
Expand Down

0 comments on commit 9240120

Please sign in to comment.