mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-23 15:41:24 +00:00
Re add prefer-lowest build
This commit is contained in:
@@ -4,9 +4,15 @@ php:
|
|||||||
- 7.1
|
- 7.1
|
||||||
- 7.2
|
- 7.2
|
||||||
|
|
||||||
|
env:
|
||||||
|
matrix:
|
||||||
|
- PREFER_LOWEST="--prefer-lowest"
|
||||||
|
- PREFER_LOWEST=""
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- composer self-update
|
- composer self-update
|
||||||
- composer install --prefer-source --no-interaction
|
- composer update --no-suggest $PREFER_LOWEST
|
||||||
|
- composer install --no-interaction
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- vendor/bin/phpunit --coverage-clover=coverage.xml
|
- vendor/bin/phpunit --coverage-clover=coverage.xml
|
||||||
|
|||||||
Reference in New Issue
Block a user