We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff1d1ce commit f4f71b4Copy full SHA for f4f71b4
.travis.yml
@@ -20,7 +20,7 @@ install:
20
- COMPOSER_ROOT_VERSION=dev-master composer update --prefer-source $COMPOSER_FLAGS
21
22
script:
23
- - php php-cs-fixer.phar fix --dry-run -v
+ - if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php php-cs-fixer.phar fix --dry-run -v; fi
24
- bin/phpunit --coverage-clover build/logs/clover.xml
25
26
after_script:
0 commit comments