Skip to content

Commit

Permalink
EZP-28161: [Travis] Removed php-cs-fixer to avoid conflicts
Browse files Browse the repository at this point in the history
php-cs-fixer is currently not needed for Travis tests to run
  • Loading branch information
Andrew Longosz committed Nov 7, 2017
1 parent 410095a commit 39288d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ before_script:
- echo 'memory_limit = -1' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
# If set update symfony version
- if [ "$SYMFONY_VERSION" != "" ]; then composer require --no-update symfony/symfony=$SYMFONY_VERSION; fi;
# Remove php-cs-fixer as it is currently not needed on Travis
- composer remove --dev --no-update friendsofphp/php-cs-fixer
# Install packages using composer
- composer install --prefer-dist
# Detecting timezone issues by testing on random timezone
Expand Down

0 comments on commit 39288d8

Please sign in to comment.