Skip to content

Commit

Permalink
Prefer released versions of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fzieris committed Apr 22, 2021
1 parent a60a178 commit d22315f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ matrix:
allow_failures:
- php: hhvm

# We don't have a composer.lock. Rather, we use the most recent (released) versions of our dependencies.
before_script:
- composer update --prefer-source
- composer update --prefer-dist

script:
- XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-clover ./build/logs/clover.xml
Expand Down

0 comments on commit d22315f

Please sign in to comment.