Skip to content

Commit

Permalink
Fix missing Symfony require on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
soullivaneuh committed Nov 27, 2015
1 parent 7f10ddb commit 3fd5903
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -46,6 +46,7 @@ before_script:
- composer global require phpunit/phpunit:@stable --no-update
- composer global update --prefer-dist --no-interaction
- if [ "$PHP_CS_FIXER_VERSION" != "" ]; then composer require "fabpot/php-cs-fixer:${PHP_CS_FIXER_VERSION}" --no-update; fi;
- if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/symfony:${SYMFONY_VERSION}" --no-update; fi;
- composer update --prefer-dist --no-interaction $COMPOSER_FLAGS

script: make test
Expand Down

0 comments on commit 3fd5903

Please sign in to comment.