Browse Source

Use update instead of install

Wouter J 10 years ago
parent
commit
afb01ac452
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -17,7 +17,7 @@ env:
 before_script:
 before_script:
   - composer selfupdate
   - composer selfupdate
   - composer require symfony/symfony:${SYMFONY_VERSION} --no-update
   - composer require symfony/symfony:${SYMFONY_VERSION} --no-update
-  - composer install --prefer-source $COMPOSER_FLAGS
+  - composer update --prefer-source $COMPOSER_FLAGS
   - sudo pip install -r Resources/doc/requirements.txt
   - sudo pip install -r Resources/doc/requirements.txt
 
 
 script: make test
 script: make test