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

Skip to content

Commit d6c8bfb

Browse files
committed
Fix
1 parent 55d900e commit d6c8bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ install:
8585

8686
script:
8787
- FOLD_START='FOLD=$(echo "{}"|tr / .); echo -e "travis_fold:start:$FOLD\\n"; '
88-
- FOLD_END=' if [ $? -eq 0 ]; then echo -e "travis_fold:end:$FOLD\\n"; fi'
88+
- FOLD_END=' if [ $? -eq 0 ]; then echo -e "travis_fold:end:$FOLD\\n"; else $(exit $?); fi'
8989
- if [[ $skip ]]; then echo -e "\\n\\e[1;34mIntermediate PHP version $PHP is skipped for pull requests.\\e[0m"; fi
9090
- if [[ ! $deps && ! $PHP = hhvm* ]]; then echo "$COMPONENTS" | parallel --gnu $FOLD_START'$PHPUNIT --exclude-group tty,benchmark,intl-data {};'$FOLD_END; fi
9191
- if [[ ! $deps && ! $PHP = hhvm* ]]; then echo -e "\\nRunning tests requiring tty"; $PHPUNIT --group tty; fi

0 commit comments

Comments
 (0)
0