mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-23 23:51:25 +00:00
removed --prefer-lowest build for testing pruposes
This commit is contained in:
@@ -4,15 +4,9 @@ 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 update $PREFER_LOWEST
|
- composer update --prefer-source --no-interaction
|
||||||
- composer install --prefer-source --no-interaction
|
|
||||||
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|||||||
Reference in New Issue
Block a user