Skip to content

Commit

Permalink
Update composer on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed Sep 29, 2015
1 parent 9a910e7 commit 516d27d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -24,6 +24,7 @@ matrix:
env: DEPS=dev

before_install:
- composer self-update
- if [ "$SYMFONY_VERSION" != "" ]; then composer require --no-update symfony/symfony=$SYMFONY_VERSION; fi;
- if [ "$DEPS" = 'dev' ]; then perl -pi -e 's/^}$/,"minimum-stability":"dev"}/' composer.json; fi;

Expand Down

0 comments on commit 516d27d

Please sign in to comment.