1
0
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:
Niklas Keller 2017-01-07 16:10:13 +01:00
parent e2b9de63af
commit ab8ee1d562

View File

@ -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: