Skip to content

Commit

Permalink
no need to have COMPOSER_FLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Gomes committed Jan 27, 2019
1 parent 37fa0c8 commit e3f08a3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,8 @@ php:

matrix:

env:
global:
- COMPOSER_FLAGS="--prefer-stable --prefer-lowest"

before_script:
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist
- travis_retry composer update --prefer-stable --prefer-lowest --no-interaction --prefer-dist

addons:
sonarcloud:
Expand Down

0 comments on commit e3f08a3

Please sign in to comment.