Skip to content

Commit

Permalink
Do not use --prefer-lowers in version 0.1..
Browse files Browse the repository at this point in the history
  • Loading branch information
leoloso committed Apr 15, 2020
1 parent c3c23bc commit 89ae8fb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ cache:
directories:
- $HOME/.composer/cache

matrix:
include:
- php: 7.1
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
## Commented out until version 1.0 (version 0.1.. doesn't follow semver)
# matrix:
# include:
# - php: 7.1
# env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'

before_script:
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist
Expand Down

0 comments on commit 89ae8fb

Please sign in to comment.