Skip to content

Commit

Permalink
Added deps cleaning before installing lower deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohan Giarelli committed Aug 3, 2021
1 parent d77e3b3 commit 6855bf5
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 @@ -17,7 +17,7 @@ before_install:

install:
- travis_retry composer install --no-interaction --prefer-source
- if [ "$dependencies" = "lowest" ]; then composer update --prefer-lowest --prefer-stable -n; fi;
- if [ "$dependencies" = "lowest" ]; then rm -rf vendor; composer update --prefer-lowest --prefer-stable -n; fi;

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

0 comments on commit 6855bf5

Please sign in to comment.