File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ script:
59
59
- if [ "$PHP_CS_FIXER" = true ]; then IFS=$'\n'; COMMIT_SCA_FILES=($(git diff --name-only --diff-filter=ACMRTUXB "${TRAVIS_COMMIT_RANGE}")); unset IFS; fi
60
60
- if [ "$PHP_CS_FIXER" = true ]; then ./bin/php-cs-fixer fix --config=.php_cs.dist -v --dry-run --stop-on-violation --using-cache=no --path-mode=intersection -- "${COMMIT_SCA_FILES[@]}"; fi
61
61
- if [ "$UNIT_TESTS" = true ]; then bin/phpunit --exclude-group=functional; fi
62
- - if [ "$FUNCTIONAL_TESTS" = true ]; then bin/dev -t --exclude-group=rdkafka; fi
63
- - if [ "RDKAFKA_TESTS" = true ]; then bin/dev -t --group=rdkafka; fi
62
+ - if [ "$FUNCTIONAL_TESTS" = true ]; then bin/dev -t " --exclude-group=rdkafka" ; fi
63
+ - if [ "RDKAFKA_TESTS" = true ]; then bin/dev -t " --group=rdkafka" ; fi
64
64
65
65
notifications :
66
66
webhooks :
You can’t perform that action at this time.
0 commit comments