8000 debug · symfony/symfony@8827721 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8827721

Browse files
debug
1 parent a72e460 commit 8827721

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ env:
2020
matrix:
2121
include:
2222
- php: hhvm
23-
- php: 5.5
24-
- php: 5.6
25-
env: deps=high
26-
- php: 7.0
27-
env: deps=low
2823
fast_finish: true
2924

3025
cache:
@@ -80,7 +75,7 @@ install:
8075

8176
script:
8277
- if [[ $skip ]]; then echo -e "\\n\\e[1;34mIntermediate PHP version $PHP is skipped for pull requests.\\e[0m"; fi
83-
- if [[ ! $deps ]]; then echo "$COMPONENTS" | parallel --gnu '$PHPUNIT --exclude-group tty,benchmark,intl-data {}'; fi
78+
- if [[ ! $deps ]]; then $PHPUNIT src/Symfony/Component/Cache --log-tap=php://stdout; fi
8479
- if [[ ! $deps ]]; then echo -e "\\nRunning tests requiring tty"; $PHPUNIT --group tty; fi
8580
- if [[ ! $deps && $PHP = ${MIN_PHP%.*} ]]; then echo -e "1\\n0" | xargs -I{} sh -c 'echo "\\nPHP --enable-sigchild enhanced={}" && ENHANCE_SIGCHLD={} php-$MIN_PHP/sapi/cli/php .phpunit/phpunit-4.8/phpunit --colors=always src/Symfony/Component/Process/'; fi
8681
- if [[ $deps = high ]]; then echo "$COMPONENTS" | parallel --gnu -j10% 'cd {}; composer update --no-progress --ansi; $PHPUNIT --exclude-group tty,benchmark,intl-data'$LEGACY; fi

0 commit comments

Comments
 (0)
0