Skip to content

Commit 19e40e6

Browse files
committed
Removing PHP-CS-Fixer is no longer needed under PHP 7.2
1 parent ece5b42 commit 19e40e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ cache:
1515
before_install:
1616
- composer self-update
1717
- composer global require hirak/prestissimo
18-
- if [[ $TRAVIS_PHP_VERSION = '7.2' ]]; then composer remove --dev friendsofphp/php-cs-fixer --no-update --no-interaction; fi
1918

2019
install: travis_wait travis_retry composer update --no-interaction --prefer-dist --prefer-stable $COMPOSER_OPTIONS
2120

0 commit comments

Comments
 (0)