Skip to content

Commit

Permalink
Remove unneeded composer hack
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgarlag committed Mar 18, 2019
1 parent d60e0fb commit 81b9eee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ before_install:
- if [[ $LINT = true ]]; then wget https://cs.symfony.com/download/php-cs-fixer-v2.phar; fi

install:
# To be removed when this issue will be resolved: https://github.com/composer/composer/issues/5355
- if [[ "$COMPOSER_FLAGS" == *"--prefer-lowest"* ]]; then composer update --prefer-dist --no-interaction --prefer-stable --quiet; fi
- composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
- ./vendor/bin/simple-phpunit install

Expand Down

0 comments on commit 81b9eee

Please sign in to comment.