Skip to content

Commit

Permalink
ci fix for php-cs-fixer hhvm
Browse files Browse the repository at this point in the history
  • Loading branch information
tmilos committed Oct 27, 2016
1 parent ff1d1ce commit f4f71b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -20,7 +20,7 @@ install:
- COMPOSER_ROOT_VERSION=dev-master composer update --prefer-source $COMPOSER_FLAGS

script:
- 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
- bin/phpunit --coverage-clover build/logs/clover.xml

after_script:
Expand Down

0 comments on commit f4f71b4

Please sign in to comment.