mirror of
https://github.com/danog/amp.git
synced 2024-11-26 20:15:00 +01:00
Use composer update instead of install on Travis
This commit is contained in:
parent
e2b9de63af
commit
ab8ee1d562
@ -16,8 +16,8 @@ env:
|
||||
fast_finish: true
|
||||
|
||||
install:
|
||||
- if [ "$DEPS" = "lowest" ]; then composer install -n --prefer-source --prefer-lowest; fi;
|
||||
- if [ "$DEPS" = "highest" ]; then composer install -n --prefer-source; fi;
|
||||
- if [ "$DEPS" = "lowest" ]; then composer update -n --prefer-source --prefer-lowest; fi;
|
||||
- if [ "$DEPS" = "highest" ]; then composer update -n --prefer-source; fi;
|
||||
- composer show
|
||||
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user