Skip to content

Commit 12d0560

Browse files
committed
fix travis.
1 parent 44b13d8 commit 12d0560

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ script:
5959
- if [ "$PHP_CS_FIXER" = true ]; then IFS=$'\n'; COMMIT_SCA_FILES=($(git diff --name-only --diff-filter=ACMRTUXB "${TRAVIS_COMMIT_RANGE}")); unset IFS; fi
6060
- 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
6161
- 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
6464

6565
notifications:
6666
webhooks:

0 commit comments

Comments
 (0)