Skip to content

Commit f4f71b4

Browse files
committed
ci fix for php-cs-fixer hhvm
1 parent ff1d1ce commit f4f71b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ install:
2020
- COMPOSER_ROOT_VERSION=dev-master composer update --prefer-source $COMPOSER_FLAGS
2121

2222
script:
23-
- php php-cs-fixer.phar fix --dry-run -v
23+
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php php-cs-fixer.phar fix --dry-run -v; fi
2424
- bin/phpunit --coverage-clover build/logs/clover.xml
2525

2626
after_script:

0 commit comments

Comments
 (0)