Skip to content

Commit

Permalink
Prefer dist
Browse files Browse the repository at this point in the history
  • Loading branch information
mtvbrianking committed Sep 18, 2020
1 parent 5127a10 commit 42dbf7e
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 @@ -16,7 +16,7 @@ jobs:

before_script:
- travis_retry composer self-update
- travis_retry composer update --prefer-lowest --no-ansi --no-interaction --no-progress --no-scripts
- travis_retry composer update --prefer-dist --no-ansi --no-interaction --no-progress --no-scripts

script:
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
Expand Down

0 comments on commit 42dbf7e

Please sign in to comment.