Skip to content

Commit f9f5b6c

Browse files
committed
Removing comments in travis file
1 parent ffb9081 commit f9f5b6c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,9 @@ install:
4444
# To be removed when this issue will be resolved: https://github.com/composer/composer/issues/5355
4545
- if [[ "$COMPOSER_FLAGS" == *"--prefer-lowest"* ]]; then composer update --prefer-dist --no-interaction --prefer-stable --quiet; fi
4646
- composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
47-
#- ./vendor/bin/simple-phpunit install
4847

4948
script:
5049
- composer validate --strict --no-check-lock
51-
# simple-phpunit is the PHPUnit wrapper provided by the PHPUnit Bridge component and
52-
# it helps with testing legacy code and deprecations (composer require symfony/phpunit-bridge)
53-
#- ./vendor/bin/simple-phpunit $PHPUNIT_FLAGS
5450
- composer phpstan
5551
- ./vendor/bin/phpunit
5652

0 commit comments

Comments
 (0)