Skip to content

Commit

Permalink
Fix old package name usage for travis specific version test
Browse files Browse the repository at this point in the history
  • Loading branch information
soullivaneuh committed Jan 12, 2017
1 parent 93a2ef3 commit 4a685c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -53,7 +53,7 @@ before_install:

install:
- composer global require phpunit/phpunit:@stable satooshi/php-coveralls:@stable codeclimate/php-test-reporter:@stable sllh/composer-lint:@stable --prefer-dist --no-interaction
- if [ "$PHP_CS_FIXER_VERSION" != "" ]; then composer require "fabpot/php-cs-fixer:${PHP_CS_FIXER_VERSION}" --no-update; fi;
- if [ "$PHP_CS_FIXER_VERSION" != "" ]; then composer require "friendsofphp/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

Expand Down

0 comments on commit 4a685c3

Please sign in to comment.