Skip to content

Commit

Permalink
Should not require the ignore platform reqs now we add ext-mongo to c…
Browse files Browse the repository at this point in the history
…omposer
  • Loading branch information
redthor committed Apr 3, 2018
1 parent d9619f2 commit 2dae57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ before_script:
- composer config "platform.ext-mongo" "1.6.16"
- composer self-update
# To be removed when this issue is resolved: https://github.com/composer/composer/issues/5355
- if [[ "$COMPOSER_FLAGS" == *"--prefer-lowest"* ]]; then composer update --prefer-dist --no-interaction --prefer-stable --ignore-platform-reqs --quiet; fi
- if [[ "$COMPOSER_FLAGS" == *"--prefer-lowest"* ]]; then composer update --prefer-dist --no-interaction --prefer-stable --quiet; fi
- composer update -v ${COMPOSER_FLAGS}

script:
Expand Down

0 comments on commit 2dae57b

Please sign in to comment.