File tree 1 file changed +1
-6
lines changed
1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 20
20
matrix :
21
21
include :
22
22
- php : hhvm
23
- - php : 5.5
24
- - php : 5.6
25
- env : deps=high
26
- - php : 7.0
27
- env : deps=low
28
23
fast_finish : true
29
24
30
25
cache :
@@ -80,7 +75,7 @@ install:
80
75
81
76
script :
82
77
- 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
84
79
- if [[ ! $deps ]]; then echo -e "\\nRunning tests requiring tty"; $PHPUNIT --group tty; fi
85
80
- 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
86
81
- if [[ $deps = high ]]; then echo "$COMPONENTS" | parallel --gnu -j10% 'cd {}; composer update --no-progress --ansi; $PHPUNIT --exclude-group tty,benchmark,intl-data'$LEGACY; fi
You can’t perform that action at this time.
0 commit comments