Skip to content

Commit

Permalink
Fix --prefer-lowest for PREFER_LOWEST build
Browse files Browse the repository at this point in the history
  • Loading branch information
othercorey committed Jul 17, 2020
1 parent 43c503d commit c90aa7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -44,11 +44,11 @@ before_install:
install:
- |
if [[ $PREFER_LOWEST == 1 ]]; then
composer update --no-interaction --prefer-stable
composer update --no-interaction --prefer-stable --prefer-lowest
elif [[ $TRAVIS_PHP_VERSION == 'nightly' ]]; then
composer install --no-interaction --ignore-platform-reqs
else
composer update --no-interaction --prefer-stable --prefer-lowest
composer update --no-interaction
fi
script:
Expand Down

0 comments on commit c90aa7c

Please sign in to comment.