From f5249c291a22ab59051ec69f6b9e40e4d66e019f Mon Sep 17 00:00:00 2001 From: Wouter J Date: Tue, 24 Nov 2015 21:39:27 +0100 Subject: [PATCH] Use update instead of install --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e7677b6aa..d59ad906d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,7 @@ before_install: - if [ "$SYMFONY_VERSION" != "" ]; then composer require --no-update symfony/symfony:${SYMFONY_VERSION}; fi; install: - - if [ "$deps" = "no" ]; then composer install; fi; + - if [ "$deps" = "no" ]; then composer update; fi; - if [ "$deps" = "low" ]; then composer --prefer-lowest --prefer-stable update; fi; script: