Skip to content

Commit

Permalink
Use update instead of install
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed Nov 24, 2015
1 parent 9781acb commit f5249c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f5249c2

Please sign in to comment.